mod_rewrite problem

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
User avatar
Skara
Forum Regular
Posts: 703
Joined: Sat Mar 12, 2005 7:13 pm
Location: US

mod_rewrite problem

Post 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.
User avatar
Skara
Forum Regular
Posts: 703
Joined: Sat Mar 12, 2005 7:13 pm
Location: US

Re: mod_rewrite problem

Post by Skara »

bump. This has got to be pretty simple, right?

Am I right or wrong in the above snippet?
Post Reply