CodeIgniter Forums
No input file specified. error help needed - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: No input file specified. error help needed (/showthread.php?tid=57587)



No input file specified. error help needed - El Forum - 03-25-2013

[eluser]adamsmith2059[/eluser]
Hi all,

I have code igniter set up with Freak Auth lite. I am trying to make this work on anew server with PHP5 configured via Apache and for the sub-domain for the code igniter application having php4 mapped to php file extensions via

Code:
AddType application/x-httpd-php4 .php
in htaccess. This is all there is.

When the htaccess is deleted the application runs with errors as it is running in php5 and not php4. I am aware how old PDP 4 is but the application is not public facing.

Php4 is running ok - tested with phpinfo

But keep on getting "No input file specified. " I do not want to remove the index.php from the url strings so I am sure I just need some thing simple in the htaccess file.

Any assistance would be greatly appreciated.