0
votes

Access forbidden!

You don't have permission to access the requested object. It is either read-protected or not readable by the server.

If you think this is a server error, please contact the webmaster.

Error 403

localhost Apache/2.4.23 (Unix) OpenSSL/1.0.2j PHP/5.6.28 mod_perl/2.0.8-dev Perl/v5.16.3

i have tried adding this to my config file Options Indexes FollowSymLinks MultiViews AllowOverride all Order Deny,Allow Allow from all Require all granted

went into my Xampp folder xampp/apache/conf/extra/httpd-xampp.cĀ­onf editted that to Allow from all...still nothing ..same error.... any ideas?

1
are you sure you have a valid file on localhost directory. I mean add an index.html file into root and try to enter localhost/index.html - hasbi
I have a directory with some php files i can access but when I added a second for another project in the same directory I get that error - DanielSmurts

1 Answers

1
votes

Instead of copying and pasting my project folder into the htdocs directory I created a new folder with a new name and pasted the project files in it and it is working fine now. I can't seem to be able to access the files if they are in the copied folder