Autor Zpráva
zdenek26
Profil *
Zdravim mam na localhostu spusteny rewrite mod a stranky typu index.php?id=gallery mi fungue jako gallery.html s timto zapisem v .htaccess

RewriteEngine On
#RewriteBase /test
RewriteCond %{QUERY_STRING} ^id=([^&]+)$
RewriteRule ^index.php$ %1.html? [R=301,L]
RewriteRule ^([^/]+).html index.php?rw=1&id=$1 [L,QSA]

ale uz nevim jak pripojit dalsi odkazy typu: index.php?id=gallery&foto=Fotogalerie-2006 aby se mi zobrazilo gallery/foto/fotogalerie-2006.html muze mi s tim nekdo poradit nazornym prikladem ? klidne muze byt i odkaz typu gallery-foto-fotogalerie-2006.html nubec nevim jak to udelat :(
Toto téma je uzamčeno. Odpověď nelze zaslat.

0