Rewriting URLs -- problem
- From: "web_design" <web_design@xxxxxxxxxxxxxxxxx>
- Date: Wed, 27 Jul 2005 15:52:23 -0400
I am trying to rewrite my PHP URLs from something like this:
www.mywebsite1234.com?p=contact
or www.mywebsite1234.com?p=page2
to
www.mywebsite1234.com/contact.htm
or www.mywebsite1234.com/page2.htm (etc.)
The following .htaccess code was recommended to me but it's not working. I
read some more tutorials and I can't figure out what the problem is. Anyone
have any ideas?
RewriteEngine On
RewriteRule ^(.+)(\.htm)$ index.php?p=$1 [L]
.
- Follow-Ups:
- Re: Rewriting URLs -- problem
- From: Senator Jay Billington Bulworth
- Re: Rewriting URLs -- problem
- From: web_design
- Re: Rewriting URLs -- problem
- Prev by Date: nusoap up and died!
- Next by Date: Re: Rewriting URLs -- problem
- Previous by thread: nusoap up and died!
- Next by thread: Re: Rewriting URLs -- problem
- Index(es):
Relevant Pages
|