Categorized | Article, PHP, Programming, Tutorial, Unix OS

301 redirect with htaccess

  • Sharebar

How to redirect web based page with .htaccess
Following are the code to paste (be careful to write on .htaccess it can be messed up whole website if anything goes wrong) into .htaccess file 301 redirection for any domain :

RewriteEngine On
RewriteCond %{HTTP_HOST} !^www.olddomain.com
RewriteRule ^(.*)$ http://www.newdomain.com [R=301,L]
newdomainRewriteRule ^$ http://www.newdomain.com [R=301,L]
RewriteRule ^index.htm$ http://www.newdomain.com [R=301,L]
RewriteRule ^index.php$ http://www.newdomain.com [R=301,L]
RewriteRule ^index.html$ http://www.newdomain.com [R=301,L]
RewriteRule ^index.shtml$ http://www.newdomain.com [R=301,L]
RewriteRule ^index.asp$ http://www.newdomain.com [R=301,L]
RewriteRule ^default.asp$ http://www.newdomain.com [R=301,L]
RewriteRule ^index.aspx$ http://www.newdomain.com [R=301,L]
RewriteRule ^index.cfm$ http://www.newdomain.com [R=301,L]
RewriteRule ^index.pl$ http://www.newdomain.com [R=301,L]
RewriteRule ^default.htm$ http://www.newdomain.com [R=301,L]

Related posts:

  1. Redirect HTTP to HTTPS Apache secure connection ShareMost of the e-commerce website uses payment gateway for online payment. And, those sites uses SSL (secure socket layer) connection...
  2. Increase your website speed through .htaccess in LAMP Technology ShareHow to increase my website speed through .htaccess in LAMP Technology Many LAMP(Linux Apache MySQL PHP) driven websites today could...
  3. Get file name and remove file extension using php ShareGet a File name from url Using PHP Get the “filename”, or the last part of the string, with the...
  4. Default page name for technology used in Internet ShareFollowing are the detault pages for website of technology based : 1) HTML Based default pages : a) index.htm b)...
  5. How to enable .htacces in local/xampp server ShareHow to enable.htaccess in ubuntu Just go the Terminal and follow the following steps I enabled mod re-write by typing...

Leave a Reply

*

Subscribe Me

Enter your email to subscribe to future updates

vCard

Page Rank

Skype Online Status

Call me! - Shashidhar Kumar: My status is Offline