mod_rewrite problem
3 naročniki
3 naročniki
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 %{REQUESTFILENAME} !-f This variable is not supported: %{REQUESTFILENAME}
7 RewriteCond %{REQUESTFILENAME} !-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