dezkit Posted October 29, 2008 Share Posted October 29, 2008 Is there a way to make urls such as website.com/index.php?page=home&something=20 search engine friendly? Thanks edit: 700th post hell yeah son Quote Link to comment https://forums.phpfreaks.com/topic/130514-php-_get-search-engine-friendly/ Share on other sites More sharing options...
popcornplya Posted October 29, 2008 Share Posted October 29, 2008 Nope Quote Link to comment https://forums.phpfreaks.com/topic/130514-php-_get-search-engine-friendly/#findComment-677113 Share on other sites More sharing options...
dezkit Posted October 29, 2008 Author Share Posted October 29, 2008 What if i use mod_rewrite, whatever that is. Quote Link to comment https://forums.phpfreaks.com/topic/130514-php-_get-search-engine-friendly/#findComment-677116 Share on other sites More sharing options...
MasterACE14 Posted October 29, 2008 Share Posted October 29, 2008 your webhost needs to be running Apache for that. Quote Link to comment https://forums.phpfreaks.com/topic/130514-php-_get-search-engine-friendly/#findComment-677165 Share on other sites More sharing options...
asmith Posted October 29, 2008 Share Posted October 29, 2008 Nope yea! That's the thing lot of people do, you can change any url. a little mod rewrite will do it, the better way is, keep your urls the way they are now, and write code in your pages header with preg_replce and change urls in there, so if ever you wanted to change urls, you change your header, not searching your entire code to change every urls. Quote Link to comment https://forums.phpfreaks.com/topic/130514-php-_get-search-engine-friendly/#findComment-677167 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.