404 Error when running install.php
-
I’ve been trying to get this to work all night and I cannot figure out just what is wrong with it.
I am running on an Economy PHP server from GoDaddy.com (Linux).
I set up a MySQL database as the instructions stated.
I unzipped the files and made the correct changes in the wp-config file.
// ** MySQL settings ** //
define(‘DB_NAME’, ‘dwordpressb’); // The name of the database
define(‘DB_USER’, ‘dwordpressb’); // Your MySQL username
define(‘DB_PASSWORD’, ‘******’); // …and password
define(‘DB_HOST’, ‘mysql215.secureserver.net’); // 99% chance you won’t need to change this valueThen I renamed the file wp-config.php.
I uploaded everything directly to the root of the site (three folders and a number of loose files).
But when I try to run the install file, I get a 404 error:
https://thedeadsea.us/wp-admin/install.php
Does anyone know what is wrong with this? I am getting very frustrated, because I don’t see anywhere that I have strayed from the instructions.
I have searched the support forums for others who have had problems installing with GoDaddy, but most of the other 404 errors that have occured were solved when people switched over to a Linux server — which I am already on.
Please, any help would be greatly appreciated!
Thanks!
- The topic ‘404 Error when running install.php’ is closed to new replies.