If you want to run CodeIgnitor through an index.php4 file, do you have to change all the other .php files in CI .php4?
I’ve got a server with PHP5 as the default, but I need to run a CI application that was developed with PHP4, so I’m trying run it through an index.php4 file that works in combination with my .htaccess file.
AddType application/x-httpd-fastphp .php4
Action application/x-httpd-fastphp /cgi-bin/php-cgi
PHP4 has been compliled and configured correctly. I’ve tested with other .php4 files with phpinfo().
I tried changing the index.php reference to index.php4 in the config file, but it seems now I’m just going down a path of renaming files as I run into “File not found” warnings. It started with CodeIgnitor.php, then Common.php, then config.php.
