Zdravim,
potrebujem poradit ohladom .htaccess . Nikdy predtym som s tym nerobil, do buducna ani neplanujem cize pojde o jednorazovu zalezitost. Googlil som co sa dalo
, ale bud som nic nenasiel alebo je to tou pokrocilou hodinou
cize mam .htaccess
Kód:
RewriteEngine On
RewriteBase /test
RewriteCond %{QUERY_STRING} ^page=([^&]+)$
RewriteRule ^index\.php$ %1.html? [R=301,L]
RewriteRule ^([^/]+)\.html index.php?rw=1&page=$1 [L,QSA]
Cize ked zadam napr index.php?page=uvod tak mi vygeneruje url localhost/test/uvod.html
To mi funguje, lenze ked dam do adresy aj nejaky adresar, napr index.php?page=user/registracia tak mi to uz blbne a napise ze Oops! This link appears to be broken.
Preto potrebujem poradit, bud toto, ako to dat doporiadku, s tym zeby som mohol aj formulare potom posielat, napr: form action=user/login.html alebo index.php?page=user/login , alebo, co by bolo este lepsie, aby som mal adresy v tvare:
localhost/test/user/login alebo
localhost/test/uvod ... cize aj bez html
Budem vdacny za kazdu radu