povodna adresa: novinky.php?id=78&akcia=view
chcem ju presmerovat na: novinky/78/Spustenie internetovej stranky/
kde Spustenie internetovej stranky je nazov novinky
skusil som to takto:
Kód:
RewriteEngine On
# If not exists file or directory
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^novinky/$ novinky.php [L,QSA]
RewriteRule ^novinky/(.*)/(.*)/$ novinky.php?akcia=view&id=$1 [L,QSA]
ale nespravi mi to to co som chcel ...
hodi ma to sice na adresu: novinky/78/Spustenie internetovej stranky/
ale zobrazi mi to co je na /novinky , teda vsetky novinky a nie tu, ktoru mam cez view.
kde robim chybu ?