Tag Archives: rewritecond

Easy to make redirect your webpage or blog

1. Redirection from old domain to New domain using .htaccess
Create code below and rename it as .htaccess and placed in your root directory into your old web or blog. Please replace www.yourdomainname.com with your new domain you want make redirect. This method of redirection works on Linux servers having the Apache Mod-Rewrite moduled enabled.
Options +FollowSymLinks
RewriteEngine [...]

Full Story