Laravel - Forbidden You don't have permission to access / on this server -


my laravel installation working fine yesterday today following error:

forbidden  don't have permission access / on server.  additionally, 403 forbidden error encountered while trying use errordocument handle request. 

does know going wrong?

i met same issue, same solution of @lubat , project work well. :d virtualhost configuration:

<virtualhost *:80>      servername laravelht.vn      documentroot d:/lavarel/htportal/public      setenv application_env "development"      <directory d:/lavarel/htportal/public>          directoryindex index.php          allowoverride          require granted          order allow,deny          allow      </directory>  </virtualhost> 

Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -