cwindham Posted June 1, 2009 Share Posted June 1, 2009 Hi, I am currently starting my journey to learning php. I am using lynda.com to get me in the right direction. Anyways, I have installed the latest wampserver file. Everything seems to be just find (installation). Only thing is, I am getting access errors. I have a standard .php file in C:/wamp/www/my_phpinfo.php. url: http://localhost/C:/wamp/www/my_phpinfo.php I am getting the following error Forbidden You don't have permission to access /C:/wamp/www/my_phpinfo.php on this server. Did I miss a step in the installation to grant me access to this? I would really appreciate any help. Thanks! Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted June 1, 2009 Share Posted June 1, 2009 The correct url is http://localhost/my_phpinfo.php Quote Link to comment Share on other sites More sharing options...
cwindham Posted June 2, 2009 Author Share Posted June 2, 2009 Yes. I was able to work this out. I had to restart my mysql and then it showed all of my files I am working with (www files). Everything appears to be fine at the moment. Now I know that my local server is working. Thanks for the help! <?php ?> Quote Link to comment 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.