+ 4
Please help me with this.
https://stackoverflow.com/q/44225891/6659394 If you have stack account, answer there and if not, answer here
1 ответ
+ 6
you need to set a directory permission that allows you to see the folder you are trying to access. it's a permission issue.
something like :
<Directory /path to Siddharth folder>
Options Indexes FollowSymLinks Includes ExecCGI AllowOverride All
Require all granted
Allow from all
</Directory>