have problem, when I use this .htaccess
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^/]+)/?$ index.php?stranka=$1 [L,QSA]
It's show me no error's but I can't access to variable $_GET['stranka'] it's very interesting, becouse this code I'm using everywhere and it's work, but just here doesn't work.
