Hi folks, problem since conversion to Direct Admin and LightSpeed. I had looked for other solutions to the 403 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
In your .htaccess file (~/domains/[YOUR DOMAIN]/public_html/.htaccess) you need:
Code:
Options +Indexes
-----------------------------------------------------------
I looked into my domain folder and there is no file .htaccess in the public_html directory (domains/kondoria.x10.mx/public_html). I did find one in the wp folder below that but I am not using WordPress, just HTML. Seems like in both of my subdomains there is also a wp folder in each of them and no more other files.
Is there a way to install an .htaccess file specific to my public folder? Or would I need to reinstall from scratch? Wouldn't be the one in wp folder as that is set up already for WP. Was that conversion done under the assumption that everybody was using WordPress?
Thanks for your help.
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
In your .htaccess file (~/domains/[YOUR DOMAIN]/public_html/.htaccess) you need:
Code:
Options +Indexes
-----------------------------------------------------------
I looked into my domain folder and there is no file .htaccess in the public_html directory (domains/kondoria.x10.mx/public_html). I did find one in the wp folder below that but I am not using WordPress, just HTML. Seems like in both of my subdomains there is also a wp folder in each of them and no more other files.
Is there a way to install an .htaccess file specific to my public folder? Or would I need to reinstall from scratch? Wouldn't be the one in wp folder as that is set up already for WP. Was that conversion done under the assumption that everybody was using WordPress?
Thanks for your help.