Forum Moderators: phranque
RewriteEngine on
#
RewriteRule ^folder1/(.*)$ http://archives.example.com/folder1/$1 [R=301,L]
RewriteRule ^folder2/(.*)$ http://archives.example.com/folder2/$1 [R=301,L]
RewriteRule ^folder3/(.*)$ http://archives.example.com/folder3/$1 [R=301,L] [edited by: incrediBILL at 9:31 pm (utc) on Oct 7, 2012]
[edit reason] Use Example.com per Forum Charter [/edit]
RewriteRule ^folder([123])/(.*)$ http://archives.example.com/folder$1/$2 [R=301,L] [edited by: incrediBILL at 9:32 pm (utc) on Oct 7, 2012]
[edit reason] fixed URLS, use Example.com [/edit]
RewriteRule ^((news|tutorial|others)/.*)$ http://archives.example.com/$1 [R=301,L] [edited by: incrediBILL at 9:33 pm (utc) on Oct 7, 2012]
[edit reason] fixed URLS, use Example.com [/edit]
so I am bringing it back (but noindex). It is my guess that shallow content on these pages is the cause of the penalty and after reading several threads here, moving them to a subdomain may help in the recovery.
where the ? part picks up correctly worded requests for directories.