Thread
:
Redirect not work
View Single Post
#
2
01-23-2013, 06:03 PM
NiteWave
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]
NiteWave
View Public Profile
Send a private message to NiteWave
Find all posts by NiteWave