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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx