PHP配置文件应用(配置pdo与虚拟主机)
时间:2021-07-01 10:21:17
帮助过:3人阅读
- # Virtural hosts启动虚拟主机的配置
- Include conf/extra/httpd-vhosts.conf
- ServerAdmin kongdaoxian@gmail.com
- DocumentRoot "E:/skydao/apache2/htdocs/zendTest/public"
- ServerName zendTest.com
- ServerAlias www.zendTest.com
- DirectoryIndex index.php
-
- Options FollowSymLinks
- AllowOverride None
- Order allow,deny
- Allow from all
-
在hosts文件中加dns
- 127.0.0.1 zendTest
- 127.0.0.1 www.zendTest.com
-
4,重启Apache |