![]() |
Redirect not work
Hello :
on my server Redirect Code not work , guide to troubleshooting please : Code:
RewriteCond %{HTTP_HOST} ^grafjo\.com$ [OR] |
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] |
Didn't work for me :O i got the same problem
|
Quote:
|
| All times are GMT -7. The time now is 08:58 PM. |