Revision: 10184
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at December 11, 2008 15:23 by splotchy
Initial Code
RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} !^sitening.com RewriteRule (.*) http://sitening.com/$1 [R=301,L]
Initial URL
Initial Description
Avoid penalties for duplicate content. Also see <a href="http://sitening.com/blog/htaccess-redirects-to-a-single-hostname/">How to Stay Safe from Duplicate Content by Using .htaccess and 301 Redirects</a>.
Initial Title
Redirect to main domain
Initial Tags
redirect
Initial Language
Apache