mam adresy...
http://www.xxx.xx/index.php?module=lama ... ovica&id=2
a potrebujem to na
http://www.xxx.xx/lama/borovica/2
Viete niekto mi napisat? ... diky moc, 2 K+
Kód: Vybrať všetko
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ([^/]+)/([^/]+)/([^/]+) index.php?module=$1&nazov=$2&id=$3 [L,QSA]Kód: Vybrať všetko
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ([^/]+)/([^/]+)/([0-9]+) index.php?module=$1&nazov=$2&id=$3 [L,QSA]