redirect domain with .htaccess
Monday, October 13th, 2008Redirect domain with .htaccess
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www.domain.com$
RewriteRule ^(.*) http://www.domain.com/$1 [QSA,L,R=301]
Posted in Apache, Php, SEO | No Comments »

