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! Link to comment https://forums.phpfreaks.com/topic/160425-access-issues-when-installing-wamp/ 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 Link to comment https://forums.phpfreaks.com/topic/160425-access-issues-when-installing-wamp/#findComment-847074 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 ?> Link to comment https://forums.phpfreaks.com/topic/160425-access-issues-when-installing-wamp/#findComment-847437 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.