Byłem zmuszony do zmiany serwera i wybrałem http://masternet.pl. Przeniosłem wszystki pliki na nowy serwer, nic nie zmianiałem, a mod_rewrite nie działa prawidłowo.
Strona glowna otwiera sie bez problemow.
http://smiechowo.com/gry ta strona tez działa,
http://smiechowo.com/gry/X-Bound/1 a to juz nie działa...
w pliku .htaccess jest wpisane:
Kod
RewriteEngine On
RewriteRule ^filmy/?$ index.php?page=list
RewriteRule ^gry/?$ index1.php?page=list_gry
RewriteRule ^filmy/([\w-]+)/?$ index.php?page=list1&cat=$1
RewriteRule ^filmy/([\w-]+)/([\w-]+)/?$ index.php?page=display&tytul=$1&id=$2
RewriteRule ^gry/([\w-]+)/?$ index1.php?page=list1_gry&cat=$1
RewriteRule ^gry/([\w-]+)/([\w-]+)/?$ index1.php?page=display_gry&tytul=$1&id=$2
RewriteRule ^([\w-]+)/?$ index.php?page=$1
RewriteRule ^filmy/strona/([\w-]+)/([\w-]+)/?$ index.php?page=list1¤tpage=$1&cat=$2
RewriteRule ^gry/strona/([\w-]+)/([\w-]+)/?$ index1.php?page=list1_gry¤tpage=$1&cat=$2
RewriteRule ^filmy/?$ index.php?page=list
RewriteRule ^gry/?$ index1.php?page=list_gry
RewriteRule ^filmy/([\w-]+)/?$ index.php?page=list1&cat=$1
RewriteRule ^filmy/([\w-]+)/([\w-]+)/?$ index.php?page=display&tytul=$1&id=$2
RewriteRule ^gry/([\w-]+)/?$ index1.php?page=list1_gry&cat=$1
RewriteRule ^gry/([\w-]+)/([\w-]+)/?$ index1.php?page=display_gry&tytul=$1&id=$2
RewriteRule ^([\w-]+)/?$ index.php?page=$1
RewriteRule ^filmy/strona/([\w-]+)/([\w-]+)/?$ index.php?page=list1¤tpage=$1&cat=$2
RewriteRule ^gry/strona/([\w-]+)/([\w-]+)/?$ index1.php?page=list1_gry¤tpage=$1&cat=$2
wie ktoś jaka może byc przyczyna tego ze nie działa?