mcc_22ri Posted May 23, 2012 Share Posted May 23, 2012 Hi Everyone, I've have a basic outline of what I need to do to rewrite my URLS. If what I say is below false or if you think I'm missing something please let me know. I want my urls to look something like this mysite.com/cars/for-sale/albany-new-york/2002-ford-explorer 1. I have to write a mysql scrip that will "take" or "grab" the data from the mysql database. I have to save this script by itself. I'm going to call this script cars.php 2. I have to rewrite my .htaccess that will account for my URL changes. I see all of the above happening in two pages. The "cars.php" page and ".htaccess" page. What do you guys think? Am I comptely off with my assessment or does more work needed to be done? Give me your thoughts. Thanks everyone! Quote Link to comment https://forums.phpfreaks.com/topic/262996-steps-to-rewriting-urls-am-i-correct/ Share on other sites More sharing options...
requinix Posted May 23, 2012 Share Posted May 23, 2012 Yeah, that's about it. The rewriting turns the friendly URL into something that PHP can deal with (more easily), then the script uses $_GET and such to do whatever it needs to do. Quote Link to comment https://forums.phpfreaks.com/topic/262996-steps-to-rewriting-urls-am-i-correct/#findComment-1348078 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.