A PHP project deployed on the server cannot access the server through the domain name 403

Source: Internet
Author: User
Windows Server 2008 System Wampserver Integration Environment
This method is used to bind the domain name:
Start Wamp httpd.conf find include conf/extra/httpd-mpm.conf remove the previous # number.

Locate the httpd-vhosts.conf file in the D:wampbinapacheapache2.4.4confextra directory

There's an example inside. According to the case, write our own

ServerAdmin admin@xxx.comDocumentRoot "D:/wamp/www/xxx.com"ServerName www.xxx.comErrorLog "logs/www.xxx.com-error.log"CustomLog "logs/www.xxx.com-access.log" common

Open the host file, write 127.0.0.1 www.xxx.com

Reply content:

Windows Server 2008 System Wampserver Integration Environment
This method is used to bind the domain name:
Start Wamp httpd.conf find include conf/extra/httpd-mpm.conf remove the previous # number.

Locate the httpd-vhosts.conf file in the D:wampbinapacheapache2.4.4confextra directory

There's an example inside. According to the case, write our own

ServerAdmin admin@xxx.comDocumentRoot "D:/wamp/www/xxx.com"ServerName www.xxx.comErrorLog "logs/www.xxx.com-error.log"CustomLog "logs/www.xxx.com-access.log" common

Open the host file, write 127.0.0.1 www.xxx.com

Check permissions to check if the directory is correct

General 403 Forbidden problem, you have to check Apache conf file.
Especially in

Order Deny,allow
Allow from all
Require all granted

You should pay particular attention to this kind of place.
As for the specific meaning, you go to search for information yourself. Generally 403 is caused by improper configuration of the directory.
Wish everything goes well.

  • Related Article

    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.