Forum Moderators: phranque
it didn't work and now I don't remember
<snip> RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.example.com/archives [NC]
RewriteRule ^archives/(.*) http://example.com/news [R=301,L]
[edited by: incrediBILL at 5:20 am (utc) on Jan 27, 2014]
[edit reason] URls removed. Please see forum charter and TOS [/edit]
RewriteRule ^archives/(.*) http://example.com/news [R=301,L] RewriteRule ^archives/(.*) http://example.com/news/$1 [R=301,L] the other stuff remains the same? that is,
RewriteCond %{HTTP_HOST} ^example.com\archives$ [OR]
RewriteCond %{HTTP_HOST} ^www.example.com\archives$