これは私の.htaccessファイルである:私は500内部サーバーエラーを取得していますがindex.phpにすべての要求をリダイレクト.htaccessの
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
。私はこのエラーを得た 猫/var/log/apache2/error.log :このコマンドの後
AH00124: 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.
私はこれを整理助けてください?
ありがとうございます。 –
このルールだけでループを書き換えることはできません – anubhava
どのバージョンのApacheですか? – Will