php - Forbidden Error - Apache -


i've edited httpd.conf, , i'm still getting error:

"forbidden. don't have permission access / on servers"

i'm trying allow access wamp website. added httpd.conf file:

<directory />     options followsymlinks     allowoverride     order allow,deny     allow </directory> 

after restarting wamp server, i'm still getting error when don't access site local machine.

i'm using wampserver 2.5 has apache 2.4.9.

the section of httpd.conf changed protects drive apache installed on , should set to

<directory />     allowoverride none     require denied </directory> 

now section of httpd.conf need one

it starts

<directory "c:/wamp/www/"> 

and inside section there line this

#   onlineoffline tag - don't remove require local 

to allow access ip address change this

#   onlineoffline tag - don't remove require granted 

you should able using wampmanager menus so:

wampmanager -> put online 

however if have changed section of code around # onlineoffline tag - don't remove line, automatic edit done using menus may not work, easier manually, or @ least check menu controlled edit worked properly.


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -