mod_rewrite problem

Spletno stran sem prestavil na drug strežnik in mi na novem ne delajo linki z istim mod_rewrite.

V logu ni nič uporabnega. htacess se izvede, samo podstran ne pokaže, ostane na prvi strani.

debugging info
1 RewriteEngine on

2 RewriteBase /

3 RewriteCond %{HTTPHOST} ^www.(.) [NC] This condition was not met
4 RewriteRule ^(.
) http://%1/$1 [R=301,QSA,L] This rule was not met because one of the conditions was not met
5 RewriteCond $1 !^(index.php|resources|robots.txt) This variable is not supported: $1
6 RewriteCond %{REQUEST
FILENAME} !-f This variable is not supported: %{REQUESTFILENAME}
7 RewriteCond %{REQUEST
FILENAME} !-d This variable is not supported: %{REQUEST_FILENAME}
8 RewriteRule ^(.*)$ index.php/$1 [L,QSA] This rule was not met because one of the conditions was not met

Prosim za kakšen namig. Hvala

3 odgovori

Nobene ideje?

Probaj zakomentirati vrstico 5 pa poglej če ti naredi normalen rewrite na index.php
Edino ta vrstica mi je čudna, ostale so definitivno pravilne.
Aja, pa še poglej v phpinfo če se v $SERVER sploh nastavi REQUESTFILENAME, vem da so neke posebnosti pri URI handlingu na določenih web strežnikih.

dodaj tole v 1. vrstico:

Options +FollowSymLinks