按照教程的隱藏入口文件報500錯誤了
為什么我配置后是報500錯誤呢日志中錯誤是Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
為什么我配置后是報500錯誤呢日志中錯誤是Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
2017-11-10
舉報
2017-11-10
我已找到問題,我用的是wampserver集成環(huán)境,httpd.conf中原本有
<Directory />
? ? AllowOverride none
? ? Require all denied
</Directory>
不管怎么配置都不行,我先將它注釋掉,然后再重啟一下后,日志中報錯
E:/ThinkPHPstudy/.htaccess: <IfModule not allowed here ? 這個時候才看到.htaccess不知道怎么放到了根目錄下了,移動到public文件夾下時才好的