Thanks this is a very useful code.
This is a discussion on How to Redirect a Web Page within the Web & Server Administration forums, part of the Web Designing & Development category; This will help you redirect your old domain to New domain using htaccess redirect method. Create a .htaccess file with ...
This will help you redirect your old domain to New domain using htaccess redirect method.
Create a .htaccess file with the below code, it will ensure that all your directories and pages of your old domain will get correctly redirected to your new domain.
The .htaccess file needs to be placed in the root directory of your old website (i.e the same directory where your index file is placed)
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://www.domain.com/$1 [R=301,L]
Replace 'domain.com' in the above code with your actual domain name.
Buy / Sell / Trade Products and Services at our Webmaster Marketplace
61 Ways To Drive Targeted Traffic To Your Website
Thanks this is a very useful code.
Sure, There's a few tips on website building
heres the code for it, place it in a text box or an html box
<meta HTTP-EQUIV="REFRESH" content="0; url=site name">
The 301 redirect way is the best. @akash the 'refresh' method does the job but I would say 301 is the way.
Thank you so much for sharing your redirection rule.Can you suggest me how can i redirect sub domain pages to the new site.
Buy / Sell / Trade Products and Services at our Webmaster Marketplace
61 Ways To Drive Targeted Traffic To Your Website
Thanks admin. Its awesome.
Some nice tips from your side.
Buy / Sell / Trade Products and Services at our Webmaster Marketplace
61 Ways To Drive Targeted Traffic To Your Website
Bookmarks