Url re-writing : creating an url that contains id and name

This time it isn’t a server config problem, but instead it’s a PHP problem. After you get the phone from the database, then you need to compare that phone’s model name (URL-ified) against the string that’s in the URL. If they’re different, then send a header redirect using the correct model name.

1 Like