Anti-Moronic Posted April 13, 2009 Share Posted April 13, 2009 It's very simple what I want to do. But I'm using wamp. I have this rule which works: RewriteRule ^(.*)test(.*)$ /really/long/url so if test is within the url it is redirected -> Everything works, but if I put test in a variable like: ?blah=test it doesn't work. I am thinking this might have something to do with a php extension not enabled by default in php with wamp. Is there any reason why it wouldn't work? In fact, anything with a ? in the url doesn't work, it ignores it. I have tried countless examples from the web but nothing is working. Any ideas? Greatly appreciate it. Link to comment https://forums.phpfreaks.com/topic/153881-solved-appreciate-little-help-with-getting-mod-rewrite-to-work-with-dynamic-urls/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.