Krótko:
Dziala
http://localhost/gry.html
RewriteRule ^(.*).html$ index.php?akcja=$ [L]
Nie działa
http://localhost/gry
RewriteRule ^(.*)$ index.php?akcja=$ [L]
Jak to naprawic?
RewriteRule ^(.*)(.html)$ index.php?akcja=$ [L]
RewriteRule ^(.*)(.html)$ index.php?akcja=$ [L]