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.