daneesv Posted January 30 Posted January 30 Hi! I get this message: Forbidden You don't have permission to access this resource. Ex. URL: https://daneesv.heliohost.us/lumos/ Thanks! Quote
Unknown025 Posted January 30 Posted January 30 I'd recommend checking the error logs in Plesk. Do you have a .htaccess file? Quote
wolstech Posted January 30 Posted January 30 AH01276: Cannot serve directory /home/daneesv.heliohost.us/httpdocs/lumos/: No matching DirectoryIndex (planet.py) found, and server-generated directory index forbidden by Options directive, referer: https://helionet.org/ It is indeed is .htaccess file. He had set a custom index file that didn't exist in his .htaccess. I commented out the below line since the file doesn't exist in any folder except ~/httpdocs/planets, and everything works now. As a reminder .htaccess files affect subdirectories, so an .htaccess in ~/httpdocs will affect ~/httpdocs/lumos. If planet.py should be the index for ~/httpdocs/planets, create a new .htaccess inside the planets folder and set it in there so only that folder is affected. DirectoryIndex planet.py Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.