It works on my Localhost XAMPP so why don't it work here?
.htaccess placed in root folder
CODE
## Non-www to www
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^habbking.co.cc [NC]
RewriteRule ^(.*)$ http://www.habbking.co.cc/$1 [L,R=301]
## CLOSED
order deny, allow
deny from all
allow from 127.0.0.1
ErrorDocument 403 /closed/index.php
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^habbking.co.cc [NC]
RewriteRule ^(.*)$ http://www.habbking.co.cc/$1 [L,R=301]
## CLOSED
order deny, allow
deny from all
allow from 127.0.0.1
ErrorDocument 403 /closed/index.php
Please Help me?
