View Single Post
  #2  
Old 01-23-2013, 06:03 PM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,216
if in .htaccess, try following:

RewriteEngine On
RewriteCond %{HTTP_HOST} ^grafjo\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.grafjo\.com$
RewriteRule ^(.*)$ http://www.grafjo.net/$1 [R=301,L]
Reply With Quote