Hello. I have what I thought would be a simple mod_rewrite need, but a few hours later, I need some help.

I have some URLs that are ugly: http://www.example.com/modules/ content/index.php?id=14 which I would like to change to: http://www.example.com/help.php. I tried creating a .htaccess file with:


<IfModule mod_rewrite.c>
RewriteEngine On

RewriteRule ^/modules/content/index.php\?id=14$ /help.php [L]

</IfModule>


This does not work. I know mod_rewrite is working, as I tested it with a simple rule: RewriteRule test.html / [L] and that worked fine.

 Any thought would be appreciated.


Thanks,
Jen


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to