i do tego folderu podpięta jest domena www.strona.pl
stronka chodzi jak ta lala ale cos jest nie tak z mod_rewrite wygląda on tak:
<?php Options FollowSymLinks RewriteEngine On RewriteRule ^index.html$ index.php [L] RewriteRule ^([^/]*).html$ index.php?a=$1 [L] RewriteRule ^index/([^/]*).html$ index.php?cat=$1 [L] RewriteRule ^([^/]*)/([^/]*).html$ index.php?a=$1&u=$2 [L] RewriteRule ^([^/]*)/1/([^/]*).html$ index.php?a=$1&id=$2 [L] RewriteRule ^([^/]*)/([^/]*)/([^/]*).html$ index.php?a=$1&u=$2&all_reviews=$3 [L] ?>
wchodząc na adres www.stronka.pl/index.php strona chodzi a na www.strona.pl/index.html juz nie ;/