..htaccess file:
RewriteRule ^test$ test.php
RewriteRule ^test\/(.*)$ test.php/$1
my guess is that result should be equal:
but for http://koncar.info/test/anything i get "No input file
specified.".
any idea why?
Aljosa Mohorovic
p.s.
it's working on 4 different servers except 1
RewriteRule ^test$ test.php
RewriteRule ^test\/(.*)$ test.php/$1
my guess is that result should be equal:
but for http://koncar.info/test/anything i get "No input file
specified.".
any idea why?
Aljosa Mohorovic
p.s.
it's working on 4 different servers except 1
Comment