有配了个环境自己装的php5 apache2.4
但Controller中除了index别的方法都访问不了,看文档说是没开启pathinfo
按照网上的方法,修改httpd.conf文件
增加
LoadModule rewrite_module modules/mod_rewrite.so
<Directory />
AllowOverride none
Require all denied
AcceptPathInfo On
</Directory>
重启apache 还是无法访问,求助会的朋友帮帮忙
最佳答案