Re: [EMAIL PROTECTED] mod_rewrite problems

2005-09-02 Thread Arne Heizmann
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

[EMAIL PROTECTED] mod_rewrite problems

2005-08-31 Thread Jennifer Zelazny
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

Re: [EMAIL PROTECTED] mod_rewrite problems

2005-08-31 Thread Joshua Slive
On 8/31/05, Jennifer Zelazny [EMAIL PROTECTED] wrote: 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: