Cześć.

Mój .htaccess:

Kod
RewriteEngine ON

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php

Options -Indexes


A błąd jest:
?Request exceeded the limit of 10 internal redirects due to probable configuration error. ?

Nie jestem "orłem" w mod_rewrite ani wyrażeniach regularnych, więc proszę o pomoc. smile.gif
Czy błąd jest w htaccess czy może być gdzie indziej?

OK> na razie dodałem [L] po index.php i zobaczę czy to pomoże.