Order Allow/Deny is reversed on the WAMP settings. Is that correct?
Also, This usually means the folder you are hosting the WAMP out of does
not have the correct rights to serve up Apache.




Thanks,

Harold Mackey
Ofc (843) 876-5926
Pgr 11310


Have a super-sparkly day.




On 7/4/14, 7:00 AM, "Jan Christoph Schatteburg" <schat...@rhrk.uni-kl.de>
wrote:

>Hi,
>
>i'm quite new to Apache and Servers in general and on my
>Wamp Server on a Windows 7 System using Apache 2.4.4 i get
>the following Error when trying to access localhost (from
>the Server machine of course ;)):
>
>--------------------------
>Forbidden
>
>You don't have permission to access / on this server.
>--------------------------
>
>My httpd.conf has the following entries:
>
>--------------------------
><Directory />
>     AllowOverride none
>       Order Deny,Allow
>       Allow from all
></Directory>
>
><Directory "c:/wamp/www">
>     Options Indexes FollowSymLinks
>     AllowOverride None
>     Order Allow,Deny
>     Allow from all
></Directory>
>--------------------------
>
>I tried several different wordings like "Require all
>granted" instead of "Order Allow,Deny Allow from all" but
>nothing worked :(
>
>I would be happy if somebody could help me.
>
>Thanks,
>Jan
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>For additional commands, e-mail: users-h...@httpd.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to