Home > Bookmarks, Hosting, Linux, Networking, Tech, Web > Permanent Redirect with HTTP 301

Permanent Redirect with HTTP 301

December 29th, 2007 Leave a comment Go to comments

SEO Redirection with mod_rewrite (.htaccess)
Example for redirect all links from curent domain to http://blog.4rev.net

<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^(.*)$ http://blog.4rev.net/$1 [R=301,L]
</IfModule>

GoCache - ByREV-Cache v1.0 - live served in : 0.149986 sec (gzip)