Permanent Redirect with HTTP 301
December 29th, 2007
No 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>
Categories: Bookmarks, Hosting, Linux, Networking, Tech, Web 301 redirect, Permanent Redirect, SEO 301









