打开hosts文件:
127.0.0.1 zdwl.com
apache下配置
<VirtualHost *:80>
DocumentRoot "E:/xiangmu/htdocs/SchoolTE/public"
ServerName zdwl.com
DirectoryIndex index.php index.html
<Directory />
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
如果还是不行的。伪静态问题
在项目根目录加文件
重启服务器就可以啦。浏览器输入zdwl.com