On 19.05.10 00:02, Piotr Kloc wrote:
> 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]

Redirect permanent /webmail/ http://somedomain.com/webmail/

you even don't need mod_rewrite for this.
(many people use mod_rewrite where simple redirect is enough).

> and it doesnt work 

as was mentioned (just for sure) - URL always starts with '/'.

-- 
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
Support bacteria - they're the only culture some people have. 

---------------------------------------------------------------------
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