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 [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
l.favaro [ Di, 05 Oktober 2010 09:54 ] [ ID #2048577 ]
Webserver » gmane.comp.apache.user » RedirectMatch Apache 2.0.52

Vorheriges Thema: Re: mod_deflate issue with Content negotiation,Server-Side Includes
Nächstes Thema: A newbie question about http post