RedirectMatch Apache 2.0.52
am 05.10.2010 09:54:08 von l.favaroHi ,
I've to redirect a URL to external site so I put this sentence into configuratio
n
....
....
RedirectMatch permanent ^/path$ http://www.newsite.com/pathnew
....
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
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