Menil som zastaralu verziu Apache na Apache 2 a trapi ma len jediny problem. V .htaccess som mal nastavene urcite rewrity, ale v dvojkovej verzii nefunguju tak ako by mali.
Nasleduje obsah .htaccess
RewriteEngine On^M
RewriteRule ^filmy\.php|faq\.php|filmova_nabidka|nabidka02\.php|jak_objednavat\.php|reklamacni_rad\.php$ http://www.stranka.cz/index.php [R=301,QSA]^M
RewriteRule ^dvd_filmy|stranka\.php|klientske_centrum|kolekce\.php|orders\.php|samostatna_dvd|souteze\.php$ http://www.stranka.cz/index.php [R=301,QSA]^M
RewriteRule ^kontakty\.php|diskuse|doporucujeme\.php|registrace\.php|ochrana_udaju\.php$ http://www.stranka.cz/index.php [R=301,QSA]^M
RewriteRule ^(.*)/$ http://www.stranka.cz/$1 [L,QSA]
#RewriteRule ^(.*)/$ http://www.stranka.cz/index.php?rewrite=$1/ [L,PT]
ErrorDocument 404 /404.php
V povodnej verzii apache bol vysledok napr. nasledovny:
http://www.stranka.cz/dvd-filmy
V terajsej verzii sa deje toto:
http://www.dvdedice.cz/index.php?rewrite=dvd-filmy/
Nevygooglil som nic o specifickych zmenach medzi verziami apache tykajuce sa mod_rewrite ani nic podobne.. Vie niekto pomoct?
Dakujem..
httpd.conf
modul pre mod_rewrite? tj je tam riadok podobny:LoadModule rewrite_module modules/mod_rewrite.so