photoguy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to change directory URLThat worked, Thanks guys. How do I need to have my files set up in FTP if I wanted by blog to be at http://www.bigfatknot.blog.com or http://www.blog.bigfatknot.com ?
Forum: Installing WordPress
In reply to: Messt up the URLThe problem is that I have changes the directoty and now I can not even log in to the admin area to make changes. Is there a way to re-do everything. I have tried installing wordpress again but I get the same problem.
Forum: Installing WordPress
In reply to: LocalhostGreat Thnaks, it worked 🙂
Forum: Installing WordPress
In reply to: LocalhostWhere would I get all those values from? I dont know MySQL username?
define(‘DB_NAME’, ‘bigfatknot’); // The name of the database
define(‘DB_USER’, ‘bigfatknot’); // Your MySQL username
define(‘DB_PASSWORD’, ‘passw0rd’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this valueForum: Installing WordPress
In reply to: LocalhostI am still not able to install thsi on my server. My website http://www.bigfatknot.com is hosted on http://www.1and1.com so I have FTP the folder “wordpress” onto the mail directory. I made the changes to the wp-config.php as follows:
define(‘DB_NAME’, ‘bigfatknot’); // The name of the database
define(‘DB_USER’, ‘bigfatknot’); // Your MySQL username
define(‘DB_PASSWORD’, ‘passw0rd’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this valueWhen I go to that URL I get this page 🙁
http://bigfatknot.com/wordpressWhat am I doing wrong?