Wordpress Woes
February 7, 2006 1:15 PM
Subscribe
Wordpress install woes. Why can't I get this to worK?
I am hosted by 1and1 and have all the requirements for Wordpress. I created a database in MySQL. I downloaded WP, unzipped, changed the wp-config to look like this:
define('DB_NAME', 'db1xxxxxxxxx'); // The name of the database
define('DB_USER', 'dboxxxxxxxxx'); // Your MySQL username
define('DB_PASSWORD', 'xxxxxxx'); // ...and password
define('DB_HOST', 'db286.perfora.net'); // 99% chance you won't need to change this value
I ftp'd all WP files to the root directory of my server and then attemped to access mysite.com/wp-admin/install.php...I get a 404.
I have checked and doublechecked my database settings, redownloaded and installed, looked around here and WP support for answers and still no go. What am I doing wrong?
I am on a WinXP machine using Firefox (but I checked in IE and that doesn't work either.)
posted by Biblio to computers & internet (17 comments total)
posted by Good Brain at 1:22 PM on February 7, 2006