Re: [EMAIL PROTECTED] How to mask an URL with .htaccess

2007-09-10 Thread Vincent Bray
On 10/09/2007, thomas Armstrong <[EMAIL PROTECTED]> wrote: > I want to make http://mysite.com/post/004.htm --> > http://mysite.com/post.php?id=004 > but not redirecting but masking the URL (the first URL must be shown > and not the second one). > > My .httaccess: > -- > Rewr

[EMAIL PROTECTED] How to mask an URL with .htaccess

2007-09-10 Thread thomas Armstrong
Hi. I want to make http://mysite.com/post/004.htm --> http://mysite.com/post.php?id=004 but not redirecting but masking the URL (the first URL must be shown and not the second one). My .httaccess: -- RewriteEngine On RewriteBase / DirectoryIndex index.php index.html Rewri