php - Setting up localhost receiving error "You don't have permission to access /C: on this server" -


i can reach localhost , phpmyadmin cant reach directory projects.

localhost/c:/wamp/www  ===> don't have permission access /c: on server. 

look @ apache config file http.conf

inside file should find line similar to:

documentroot "c:/program files/apache group/apache/htdocs"

the documentroot of apache server looks when request "localhost." make sure projects in documentroot. example copy projects to, "c:/program files/apache group/apache/htdocs/projects" query server @ //localhost/projects/yourproject.php


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -