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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to