caute potreboval by som malu radu ako zmenit pravidlo v .htaccess
RewriteEngine on
RewriteBase /web
RewriteCond %{QUERY_STRING} ^strana=([^&]+)$
RewriteRule ^index.php$ %1.html? [R=301,L]
RewriteRule ^([^/]+).html index.php?rw=1&strana=$1 [L,QSA]
teraz pouzivam toto a to spravi z
Kód:
www.web.sk/index.php?strana=novinky
a vznikne toto
Kód:
www.web.sk/novinky.html
a chcem aby URL vyzerala bez toho html
Kód:
www.web.sk/novinky
diky za radu