Witam,
mam taki htaccess w moim wordpressie na nowym serwerze VPS w hosteurope.de
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
W logach wyskakuje mi taki error:
[Sat Mar 08 13:00:15 2008] [error] [client 74.6.24.119] mod_rewrite: maximum number of internal redirects reached. Assuming configuration error. Use 'RewriteOptions MaxRedirects' to increase the limit if neccessary.
[Sat Mar 08 13:00:15 2008] [error] [client 74.6.24.119] 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
Co to moze byc?