mad_hacker Posted August 13, 2003 Share Posted August 13, 2003 I have an existing site that uses only html files right now. I am in the process of adding a mysql database driven section to the site. All of the database connectivity is done through php and all of the php files are in their own folder. I get a 403 forbidden access error every time I try to access a php file (even a simple phpinfo() file). All files are on one server, with the database server being separate. Everything works on localhost, but I can not get it to work on the remote site (no version conflicts). Please help me out! Quote Link to comment https://forums.phpfreaks.com/topic/892-unable-to-access-php-files-403-forbidden-error/ Share on other sites More sharing options...
effigy Posted August 14, 2003 Share Posted August 14, 2003 make sure the web server allows access from the outside. if you are using apache this can be found in the allow from and deny from with the directory directive. Quote Link to comment https://forums.phpfreaks.com/topic/892-unable-to-access-php-files-403-forbidden-error/#findComment-2969 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.