Can anyone please Help me with this .htaccess entries
htaccess entry for 301 Redirect Non-WWW to WWW URLs
RewriteEngine on
RewriteCond %{HTTP_HOST} ^!acethehimalaya.com$ [NC]
RewriteRule ^(.*)$ http://www.acethehimalaya.com/$1 [R=301,L]
Redirecting http://www.acethehimalaya.com/index.html to http://www.acethehimalaya.com
RewriteEngine on
RewriteCond %{REQUEST_URI} ^/index.html$
RewriteRule .* http://www.acethehimalaya.com/ [R=302,L]
Is all this entry valid as it gives me problem and i m not able to login into my Back-End
allow from all
RewriteEngine On
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index.php\ HTTP/
RewriteRule ^index.php$ http://kursayin.am/ [R=301,L]
AddDefaultCharset utf-8
http://kursayin.am/index.php
it works for this site