mod_rewrite problem
Posted: Wed Sep 02, 2009 8:21 am
trying for
http://example.com/testdir/help/
=>
http://example.com/testdir/?help
apache 1.3
Is that right? Or close to right? It doesn't do jack. I've tried a bazillion things and can't get mod_rewrite to work at all. Which is weird, because it used to work once upon a time.
Help.
Thanks.
http://example.com/testdir/help/
=>
http://example.com/testdir/?help
Code: Select all
RewriteEngine on
RewriteBase /testdir/
RewriteRule ^/help/$ /?help [L]Is that right? Or close to right? It doesn't do jack. I've tried a bazillion things and can't get mod_rewrite to work at all. Which is weird, because it used to work once upon a time.
Help.
Thanks.