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:
RewriteEngine On
RewriteRule ^/modules/content/index.php\?id=14$ /help.php [L]
If you want to
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:
> ht
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 fil