LiteSpeed Support Forums

LiteSpeed Support Forums (http://www.litespeedtech.com/support/forum/index.php)
-   General (http://www.litespeedtech.com/support/forum/forumdisplay.php?f=25)
-   -   Redirect not work (http://www.litespeedtech.com/support/forum/showthread.php?t=6586)

pardis 01-23-2013 12:32 PM

Redirect not work
 
Hello :

on my server Redirect Code not work , guide to troubleshooting please :

Code:

RewriteCond %{HTTP_HOST} ^grafjo\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.grafjo\.com$
RewriteRule ^/?$ "http\:\/\/www\.grafjo\.net\/" [R=301,L]


NiteWave 01-23-2013 06:03 PM

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]

ingebolk 01-24-2013 08:25 AM

Didn't work for me :O i got the same problem

webizen 01-24-2013 11:56 AM

Quote:

Originally Posted by ingebolk (Post 45271)
Didn't work for me :O i got the same problem

You should enable rewrite logging to see where the problem. To enable rewrite logging, add 'RewriteLogLevel 9' in the httpd.conf vhost. Then grep 'REWRITE' from /usr/local/apache/logs/error_log


All times are GMT -7. The time now is 08:58 PM.