我正在嘗試將example.com/test
重寫爲example.com/pages/test.php
(依此類推)。URL重寫失敗:內部重定向
我做了這樣的代碼:
RewriteEngine on
RewriteRule ^(.*) /pages/$1.php
這不起作用:阿帕奇給我這個錯誤:
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.
我不知道如何去。
它的工作原理相同的錯誤。謝謝! – Hedam 2013-05-13 13:59:39