WAMP 403 Forbidden No access

Source: Internet
Author: User
Tags require

2015.06.23 WAMP 2.5 Modification method

Modify the httpd.conf file

#   Onlineoffline Tag-don ' t remove
Require Local

To

#   Onlineoffline Tag-don ' t remove
Require all granted

Reference: Http://stackoverflow.com/questions/28560452/403-forbidden-wamp-server-2-5

------------------------------------------------------------------
Just installed the WAMP environment, the local access http://localhost no problem, the remote access http://192.168.1.x/machine to display 403 error, permission limit.


This wamp is really good, the default installation is to disallow non-local IP access.

Workaround:

Locate the Apache configuration file below C:\wamp httpd.conf
Search for the keyword "deny from", you will find a "deny from" under a line "Allow from 127.0.0.1", and then modify 127.0.0.1 to all, that is, "let from all" that allows anyone to access, Restart the Apache service to allow access to the extranet.


To install the Wamp method:

http://sourceforge.net/projects/wampserver/files/WampServer%202/
Download Wampserver 2.4-windows, install it

apache:2.4.4
mysql:5.6.12
php:5.4.16
phpmyadmin:4.0.4
sqlbuddy:1.3.3
xdebug:2.2.3


Reference:

PHP403 Error Disable access Wampserver build PHP Environment external access Perfect solution



Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.