Introduction: This is a detailed page for configuring the HTTP. conf virtual path under Wamp. It introduces PHP, related knowledge, skills, experience, and some PHP source code.
Class = 'pingjiaf' frameborder = '0' src = 'HTTP: // biancheng.dnbc?info/pingjia.php? Id = 327022 'rolling = 'no'>
1. Open loadmodule rewrite_module modules/mod_rewrite.so
2. Open
# Virtual Hosts
Include CONF/extra/httpd-vhosts.conf
3. Configure the virtual access path in the httpd-vhosts.conf
<Virtualhost *: 80>
DocumentRoot "D: \ Wamp \ www \ zfproject"
Servername nation. Demo
Setenv application_env "development"
<Directory D: \ Wamp \ www \ zfproject>
Directoryindex index. php
AllowOverride all
Order allow, deny
Allow from all
</Directory>
</Virtualhost>
<Virtualhost *: 80>
DocumentRoot D: \ Wamp \ www
Servername localhost
</Virtualhost>
More articles about "configuration of HTTP. conf virtual path under Wamp"
Love J2EE follow Java Michael Jackson video station JSON online tools
Http://biancheng.dnbcw.info/php/327022.html pageno: 12.