.htaccess后Xampp内部服务器错误

时间:2013-02-10 22:44:58

标签: .htaccess xampp

htaccess的:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^UniK/(.*)$ /UniKme/profile.php?username=$1 [L]
RewriteRule ^(.*)$ /UniKme/index.php?p=$1 [L]

我不太了解.htaccess。这给了我一个关于Xampp的内部错误。

更新: 这是日志:

这是error_log:

[Sun Feb 10 15:04:02.159903 2013] [core:error] [pid 7976:tid 1704] [client ::1:65213] 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.

0 个答案:

没有答案