gwizit
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Can’t select database: not able to select the ****** databaseYep ETEC – Your MYSQL DB_USER name is incorrect in your wp-config.php file.
Keep Guessing – Maybe you’ll get lucky 🙂
OR – You might try logging into your mysql data base, find the folder that has your wp_ files in it.
And that folder name may be your DB_USER name? Worth a shot anyways.
Forum: Installing WordPress
In reply to: wordpress installation – URL showing ‘index of’NP
Forum: Installing WordPress
In reply to: wordpress installation – URL showing ‘index of’Not to deliberately contradict you Chris
But he has it working under http://www.newslogue.com/wordpress/newslogue/
He’s trying to get it to work under http://www.newslogue.com
Would the .htaccess control that too?
I’m just curious so I will know better if I deal with it later
Forum: Installing WordPress
In reply to: wordpress installation – URL showing ‘index of’According to what IC
1. root /public_html
2. root/public_html/wordpress (directory)
3. root/public_html/wordpress/newslogue (directory)
The contents of the WP folder should be @ “root/public_html/ CONTENTS
Just a lame brain thought – I don’t use Windows or hosting companies
Forum: Installing WordPress
In reply to: wordpress installation – URL showing ‘index of’Dumb Questions — Did you upload to files into WP folder – OR – did you upload the contents of the WP folder to your DOMAIN account
Forum: Installing WordPress
In reply to: Domain name directly to wordpress?When you get around to your second challenge
Need to edit wp-config.php so MYSQL can create separate DB
/**
* WordPress Database Table prefix.
*
* You can have multiple installations in one database if you give each a unique
* prefix. Only numbers, letters, and underscores please!
*/
$table_prefix = ‘wp_’;/**
Just a thought — You probably already knew that though 🙂
Forum: Installing WordPress
In reply to: Fresh Install of WP 2.7 – Servers Index Files?Thanks samboll, figured I was forgetting something simple.
I remember doing that to get the other blog running, amazing the simple stuff always seems to bite me.
Forum: Installing WordPress
In reply to: a blank page when goes to visit siteGood Going Bradh – Had similar problem – Adding “index.php” to my virtual host container – Seems to work also.
<VirtualHost *>
| | ServerAdmin webmaster@—–.com
| | ServerName http://www.—–.com
| | ServerAlias —–.com| | # Indexes + Directory Root.
| | DirectoryIndex index.html
| | DirectoryIndex index.php
| | DocumentRoot /www.—–.com/| | # Logfiles
| | ErrorLog /www.—–.com/logs/error.log
| | CustomLog /www.—–.com/logs/access.log combined
</VirtualHost>