主要是配置 Apache 的 Rewrite:
1、需要在 httpd.conf 中搜索 LoadModule rewrite_module modules/mod_rewrite.so
2、将前面的 # 号去掉,然后在 /extra/httpd-vhosts.conf 中添加
<Directory "配置目录">
Allowoverride All
</Directory>
3、重启Apache即可解决。
主要是配置 Apache 的 Rewrite:
1、需要在 httpd.conf 中搜索 LoadModule rewrite_module modules/mod_rewrite.so
2、将前面的 # 号去掉,然后在 /extra/httpd-vhosts.conf 中添加
<Directory "配置目录">
Allowoverride All
</Directory>
3、重启Apache即可解决。
本文标题:apache 虚拟主机访问 laravel 项目,除了根目录以外
本文链接:https://www.haomeiwen.com/subject/autdfxtx.html
网友评论