Sunday, April 26, 2009

URL redirect 301 by .htaccess file


RewriteEngine On

RewriteCond %{HTTP_HOST} ^francetop.net [NC]
RewriteRule ^(.*)$ http://www.francetop.net/$1 [L,R=301]



Reference
http://www.webweaver.nu/html-tips/web-redirection.shtml

No comments:

Post a Comment