Re: Rewriting URLs -- problem



"web_design" <web_design@xxxxxxxxxxxxxxxxx> wrote in message
news:11efpfkqhcqk26d@xxxxxxxxxxxxxxxxxxxxx
>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.)

Sorry, I made a mistake there: the original URLs look like this:

www.mywebsite1234.com/index.php?p=contact
www.mywebsite1234.com/index.php?p=page2
etc.


.



Relevant Pages

  • Re: Rewriting URLs -- problem
    ... > I am trying to rewrite my PHP URLs from something like this: ... You may need to add a forward slash in front of index.php in the rewrite ... Prev by Date: ...
    (alt.php)
  • Re: Rewriting URLs -- problem
    ... >> I am trying to rewrite my PHP URLs from something like this: ... > You may need to add a forward slash in front of index.php in the rewrite ... Prev by Date: ...
    (alt.php)
  • Rewriting URLs -- problem
    ... I am trying to rewrite my PHP URLs from something like this: ... The following .htaccess code was recommended to me but it's not working. ... Prev by Date: ...
    (alt.php)