Accessing my website produces 403

Hi there,
I’m afraid I broke something in the configuration of my website. If accessing using only the domain name I receive 403, I have to include index.html in the URL to be able to access the site.
What could possibly go wrong?
Please help

I have looked into the website’s error logs, here is what I have found:
AH01276: Cannot serve directory /usr/share/phppgadmin: No matching DirectoryIndex (index.php) found, and server-generated directory index forbidden by Options directive.
I do not have index.php because I do not use PHP, I just want to server plain HTML.

I feel like phpgpadmin.inc would overwrite the default DirectoryIndex so I added there index.html. Then I got:

AH01276: Cannot serve directory /usr/share/phppgadmin: No matching DirectoryIndex (index.html,index.php) found, and server-generated directory index forbidden by Options directive

which is crazy, since there is an index.html in my public_html

If you don’t use phppgadmin for any thing just remove /etc/apache2/conf.d/phppgadmin.inc

I had that same error since Hestia was updated to version 1.9.2
My sites responded with a 403 error, and when trying to access http://mydomain.ltd/phppgadmin I got a 404 error.
In my case, the problem was solved by creating an alias for phpgadmin, in Server settings > Configure > Databases.

Setting alias did the trick, thank you!
Obviously there is a problem with update to 1.9.2, I guess it shouldn’t cause 403 regardless of postgressql being used or not.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.