I have a folder in my root MAMP directory, "site". I have a link associated with a folder in ~ / Documents / Dropbox / site, so everything that happens on the "site" is passed to Dropbox.
However, when I do this, I get a forbidden 403 error when trying to view localhost/site- this is a problem because I use PHP and I have to fix php.ini or this is httpd.conf problem
In httpd.conf I have AllowOverridea value set None.
Thanks for any answers in advance.
source
share