These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Forbidden You don't have permission to access/index.html on this server. on the new forum.
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 thenchmod -R 770 *
while in the public_html directory.