Forums / Install & configuration / 404; "no input file specified"

404; "no input file specified"

Author Message

victor sapar

Wednesday 23 July 2003 5:26:10 am

i've installed ezpublish 3.1 on apache 1.3.27 with php 4.3.2 and mysql 4.0.13 on windows xp. index.php shows with the demo site but no pages are displayed when clicking any of the links on the page. "a page not found" error is returned when viewed in IE while an error "no input file specified" is returned when viewed in netscape. same is true when i enter index.php/user. please help.

Pasi Heinonen

Wednesday 23 July 2003 6:13:47 am

I've got the same error with apache 2.0, PHP4.3.2 and MySQL 4.0 in Win2000 Server. What's wrong?

victor sapar

Thursday 24 July 2003 4:55:41 am

it seems that this error happens when you use php as CGI, which i did before. i can see the pages now since i used php as Module. consult the php manual on how to load php as module. basically involves editing the apache configuration file. my setup is apache 1.3 (although i think this will work with apache 2 too), php 4.32 on windows xp pro. hope my "discovery" can help others. but actually i read somewhere here that ez does not work well with php used as CGI.

Nikush Parmar

Thursday 24 July 2003 5:37:04 am

i get this same error.
What do i do, using IIS?
I'm using IIS6 on Windows Server 2003 with php 4.3.2 and Mysql 4.0.14

Scott Heller

Friday 19 December 2003 8:27:23 am

Try editing your php.ini file.

cgi.force_redirect = 0
cgi.fix_pathinfo=1

Antonio Rugna

Friday 19 December 2003 7:48:33 pm

Hi Scott,

I have the same problem and configuration as Nikush. I followed your suggestion. Now I don't get the "no input file specified" message anymore, but whatever link I click onto the homepage opens up again.

I also tried reinstalling eZpublish again after the changes but I don't get any improvement.

What do you think?
A