Ok, so I commented out the values in the .htaccess file and all is good now. Not sure why they were there in the first place, but at least it installs now….
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?
Hi there,
I downloaded them from this site, http://wordpress.org/download/
I will try posting at the site you suggest.