Page 1 of 1

mod_rewrite problem

Posted: Wed Sep 02, 2009 8:21 am
by Skara
trying for
http://example.com/testdir/help/
=>
http://example.com/testdir/?help

Code: Select all

RewriteEngine on
RewriteBase /testdir/
 
RewriteRule ^/help/$ /?help [L]
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.

Re: mod_rewrite problem

Posted: Sun Sep 06, 2009 1:01 pm
by Skara
bump. This has got to be pretty simple, right?

Am I right or wrong in the above snippet?