Server unable to read htaccess file, denying access to be safe

Status
Not open for further replies.

itzkvx10

New Member
Messages
3
Reaction score
0
Points
1
Hi... i know im on the wrong forum but X10 Premium dosent have a forum so..... yeah ive been getting this error Server unable to read htaccess file, denying access to be safe when ever i go to my website airasiava.com here is what my .htaccess file looks like

#Redirection code starts
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
#Redirection code Ends

but it has worked in the passed
it started when i deleted the .htaccess file then made it again with the exact same code they both have they same permissions PLEASE HELP
 

lylex10h

Active Member
Messages
982
Reaction score
71
Points
28
Make sure your .htaccess file has at least 444 permissions.
 

lylex10h

Active Member
Messages
982
Reaction score
71
Points
28
Does the site work if you rename .htaccess to htaccess.txt?
 
Status
Not open for further replies.
Top