Error: No input file specified.
Posted: Mon May 14, 2007 1:22 am
Hello
I receive this error in my project and i don't know how to fix it. I'm imagine that some lines from my htaccess file cause this but i'm not sure yet.
Do you have any idea what is causing this? I'm using ZF and i'm able to access only default (index/index) but when i'm trying to access other controllers like contact/index this error is triggered.
My htaccess looks:

I receive this error in my project and i don't know how to fix it. I'm imagine that some lines from my htaccess file cause this but i'm not sure yet.
Do you have any idea what is causing this? I'm using ZF and i'm able to access only default (index/index) but when i'm trying to access other controllers like contact/index this error is triggered.
My htaccess looks:
Code: Select all
RewriteEngine on
AddHandler x-httpd-php5 .php
AddHandler x-httpd-php .php4
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1