Kod
RewriteEngine On
RewriteRule ^index.html$ index.php
RewriteRule ^([^-]*).php$ index.php?p=$1
i chcę zamieniać adresy: domena.pl/index.php?p=strona na domena.pl/strona ale jednak coś robie źle bo to wogóle nie działa. Czy ktoś jest w stanie napisać co?
RewriteRule ^index.html$ index.php
RewriteRule ^([^-]*).php$ index.php?p=$1