.htaccess没有生效的解决

<Directory "/your/app/path">
    AllowOverride ALL
    Order allow,deny
    Allow from all
</Directory>

在apache配置文件中加入以上配置即可。

posted @ 2016-10-03 18:01  追溯。  阅读(1638)  评论(0编辑  收藏  举报