Apache Configuration Analog extranet Environment development Web site Method _win Server

Source: Internet
Author: User

Because many programmers will be in the development of the Apache designated Site Directory to build a folder to put the site, when the local test is input http://127.0.0.1/web1/such access to the site, but the site is uploaded to the domain name, which will cause incorrect path.
Workaround:
Locate the Hosts file in the C:\WINDOWS\system32\drivers\etc directory, open it with text and add a sentence
127.0.0.1 emtit.com
This way you can use www.emtit.com to access your site without a DNS server, but you can't get to your virtual directory, open Apache's httpd.conf configuration file, and add the following code

Copy Code code as follows:

Namevirtualhost *:80
<virtualhost *:80>
ServerAdmin hjwtp2005@163.com
Documentroot/flashgame
ServerName emtit.com
Serveralias www.emtit.com
ErrorLog @rel_logfiledir @/dummy-host.example.com-error_log
Customlog @rel_logfiledir @/dummy-host.example.com-access_log Common
</VirtualHost>

This way you can access the local Web site as you would access the extranet without having to set up DNS.

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.