Kryllster Posted March 25, 2010 Share Posted March 25, 2010 I have been trying to get this url rewriting thing down and now Im back here to finally get a hold of it. Basically I used an online url rewriting tool and its not working or I dont know what Im doing still here is the code I received. Options +FollowSymLinks RewriteEngine on RewriteRule index-show-(.*)\.html$ index.php?show=$1 From what I understand If I go to that page or any of my indes pages it should show index-show-mypages.html at the end but I cant seem to get it working. Any help like am I supposed to type that in to get it or click I dont know Im so confused. Quote Link to comment https://forums.phpfreaks.com/topic/196442-horrible-time/ Share on other sites More sharing options...
cags Posted March 25, 2010 Share Posted March 25, 2010 The reason it's not working is probably the RewriteBase. Either add in RewriteBase / before the rewrite rule, or add a forward slash before index.php?show=$1. Quote Link to comment https://forums.phpfreaks.com/topic/196442-horrible-time/#findComment-1031594 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.