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