Forbidden You don't have permission to access/index.html on this server.

Hi, my Proxmox HDD crashed and the backups won’t restore, so I’m rebuilding Virtualmin/Webmin.

I setup Virtualmin as per standard defaults and pasted the same website files and folders into public_html, however I received the error: Forbidden You don’t have permission to access/index.html on this server.

I tried:
[root@localhost public_html]# chmod 644 index.html. I also tried [root@localhost public_html]# ls -la,
which showed the permissions changed on index.html.

The browser now shows index.html, however only in plain text with no correct graphics etc.
I tested other .html pages and same problem?

Maybe the file ownership is not correct? Try chown -R domainuser:domaingroup * and then chmod -R 770 * while in the public_html directory.