Resolved 403 Forbidden

Status
Not open for further replies.

kontara

New Member
Messages
4
Reaction score
0
Points
1
Hi folks, problem since conversion to Direct Admin and LightSpeed. I had looked for other solutions to the Forbidden page. But I am not using PHP (its HTML4, yeah no laughs please...) and the file/folder permissions are indeed set to 644/755, respectively. OTOH, I found something in the log about Auto Index being disabled:

2020-05-26 17:47:45.595645 [INFO] [2276124] [76.232.205.207:37462#APVH_www.kondoria.x10.mx] Auto Index is disabled for [/home/kondoria/domains/kondoria.x10.mx/public_html/], access denied

How do I reenable Auto Index? Thanks.
 

garrettroyce

Community Support
Community Support
Messages
5,609
Reaction score
252
Points
63
In your .htaccess file (~/domains/[YOUR DOMAIN]/public_html/.htaccess) you need:

Code:
Options +Indexes
 
Status
Not open for further replies.
Top