0
當我在localhost
上查看我的網站時,它工作得很好。當我嘗試打開它時,我的網絡IP (192.68.x.x) or 127.0.0.1
即時通訊錯誤500內部服務器錯誤。香港專業教育學院檢查Apache日誌,這是錯誤:htaccess在localhost上運行良好,在127.0.0.1上給出錯誤
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.
我就這麼讀到了同樣的錯誤,我也得到了一些htaccess的例子,它應該工作,試圖「M所有,但我只是不斷收到郵件,在某些情況下,http://localhost
也停止工作。我的htaccess將所有內容都重定向到我開始我的網站課程的index.php。
這裏是我的htaccess:
RewriteEngine on
RewriteBase/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?param=$1 [QSA,L]
任何人都可以點我到正確的方向?謝謝!
使用 'LogLevel的調試',以獲得回溯。 – Petr
我該如何使用它? –
請參閱http://stackoverflow.com/questions/2540738/what-is-loglevel-debug – Petr