Posted by aljosa.mohorovic@gmail.com on 08/10/06 18:34
..htaccess file:
RewriteRule ^test$ test.php
RewriteRule ^test\/(.*)$ test.php/$1
my guess is that result should be equal:
http://koncar.info/test.php/anything
http://koncar.info/test/anything
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
Navigation:
[Reply to this message]
|