Java Mailing List Archive

http://www.apache-httpd.com/

Home » users.httpd »

[users@httpd] 301 redirect

Piotr Kloc

2010-05-18

Replies: Find Java Web Hosting

Author LoginPost Reply
Hello !
Can I set the redirect 301 not in .htaccess but in apache conf ?
I have tried to set this
 
RewriteEngine on
RewriteRule ^webmail/(.*)$ http://somedomain.com/webmail/$1 [R=301,L]
and it doesnt work
if I put this in .htaccess it does
 
I want to set redirect  directory for all my vhosts http://domain/webmail  > 301 redirect > someanotherdomain/webmail
 
 
Regards,
Piotr
 
©2008 apache-httpd.com - Jax Systems, LLC, U.S.A.