mac下.htaccess没有效果,访问不到index.php
环境
1. apache httpd.conf配置已开启mod_rewrite.so
2. apache httpd.conf配置 Options FollowSymLinks AllowOverride All
3. apache httpd-vhosts.conf 配置laravel的public
4. mac hots文件 正确配置了 127.0.0.1 www.xxxx.com
问题:
1. mac 下访问 .htaccess 没有正确转向index.php
2. mac 下.htaccess 感觉貌似没有效果 怎么解决
补充:
1. 我在public 下写的 test.php 可以正确访问
2. 我在 浏览器 http://www.xxxx.com/index.php 这样都访问不了 index.php
3. windows下 正常
4. 我使用的是 xampp
1. apache httpd.conf配置已开启mod_rewrite.so
2. apache httpd.conf配置 Options FollowSymLinks AllowOverride All
3. apache httpd-vhosts.conf 配置laravel的public
4. mac hots文件 正确配置了 127.0.0.1 www.xxxx.com
问题:
1. mac 下访问 .htaccess 没有正确转向index.php
2. mac 下.htaccess 感觉貌似没有效果 怎么解决
补充:
1. 我在public 下写的 test.php 可以正确访问
2. 我在 浏览器 http://www.xxxx.com/index.php 这样都访问不了 index.php
3. windows下 正常
4. 我使用的是 xampp
5 个回复
patrick155
赞同来自: 平凡
组织没有多少人在线啊。
我查到原因了:
laravel 创建日志文件 不够权限 ,导致网站发生 500 内部错误!!!
解决方法:网站目录 放最高权限给 所有用户就行了
trey
赞同来自:
孔子飞天
赞同来自:
chmod 777 .htaccess
平凡
赞同来自:
Christian
赞同来自: