I am using apache as my webserver.
in my httpd.conf
Document root is /var/www/html/
Directory is /var/www/html/
now when I try to put a directory within it:
/var/www/html/nmap-web/
and try to run a php script
http://localhost/nmap-web/index.php
it doesn't run. it gives a 403 forbidden erro. All the permissions are set rite. php is enabled and yet the problem continues to exist.
Is there a way to access this directory somehow? Do I have to change anything in httpd.conf? I don't know, can anyone point me to right direction?
Thank you
--p