The error message I am getting is:
Not Found
The requested URL /cgi-bin/php5.cgi/wp-admin/install.php was not found on this server.
Apache/1.3.41 Server at ultravgroup.com.au Port 80
in the .htaccess file, it has the following config:
## START PHP
AddType application/x-httpd-php .php
Action application/x-httpd-php /cgi-bin/php5.cgi
## STOP PHP
When you look in the /cgi-bin folder, there is no file called:
/cgi-bin/php5.cgi
I’m guessing the 404 is happening because the file /cgi-bin/php5.cgi doesn’t exist. Does this mean that PHP 5 isn’t installed?