Jump to content

Recommended Posts

Posted
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

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...