You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by l....@onetonet.it on 2010/10/05 09:54:08 UTC

[users@httpd] RedirectMatch Apache 2.0.52

Hi ,

I've to redirect a URL to external site so I put this sentence into configuratio
n
...
<Virtualhost>
...
RedirectMatch permanent ^/path$ http://www.newsite.com/pathnew
...
</Virtualhost>

Now all URL having '/path' into URI are redirected.

How can I redirect only this kind of URL http://www.oldsite.com/path? Is regexp 
(^/path$) wrong?


The Apache server version is 2.0.52.



Luca


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org