Jump to content


- - - - -

Simple RewriteRule to set redirect for domain.


  • You cannot reply to this topic
No replies to this topic

#1 DS-Dennis

    System Administrator

  • Administrators
  • 518 posts
  • Gender:Male
  • Location:Netherlands

Posted Feb. 23, 2009 - 22:49 pm

We can set redirect for domain by using following RewriteRule entry in .htaccess

Quote

RewriteEngine on
RewriteCond %{HTTP_HOST} ^oldwebsite.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.oldwebsite.com$
RewriteRule ^(.*)$http://www.newwebsite.com/test//$1 [R=301,L]
The above entry redirect the domain oldwebsite.com to newwebsite.com/test





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users