1

.ht 访问:

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 的内部错误。

更新:这是日志:

这是错误日志:

[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.
4

0 回答 0