postinote
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Fatal error on login-please helpUpdate:
I created the file called .htaccess, and a new folder called htaccess (no “dot”). I dropped the folder into the root directory of the blog and then dropped the .htaccess file into it. What continues to happen is that the file moves to another location, by itself. It also appears that there is already a file called .htaccess in the wp-includes folder. Strangely, when I navigate to that folder to check it out I am unable to find it! When I search it out by entering “htaccess” in the FTP client’s search window I can locate it. The gods seem to have it in for me.
In any event, the existing file seemed to have the exact same code in it. So, to sum up, yes, I do have that file already, but no, it is in a different location and I can’t make it stay in the root directory of the blog.
Thanks for your help.
Forum: Installing WordPress
In reply to: Fatal error on login-please helpHello again
I am indeed using 1 and 1 … Here is a stupid, although pertinent question: There is no htaccess file int he root folder so I am assuming I will have to create one. No big deal, but what do I call it? How should the folder be labled, exactly?
I’ll sniff around online for the answer, but just in case I don’t find it I thought I’d ask.
thanks again
Forum: Installing WordPress
In reply to: Fatal error on login-please helpLet me give that some work … thanks for the reply; Much appreciated!
Forum: Installing WordPress
In reply to: Fatal error on login-please helpDo I have to beg?
I have taken on the duties of getting this blog up and running. I really could use some advise on what the problem is.
Forum: Installing WordPress
In reply to: Fatal error on login-please helpI went to line 17 in wp-admin/index.php and found this line:
require(‘./wp-blog-header.php’);If that’s any help. Here’s the entire file. Its pretty short.
<?php
/**
* Front to the WordPress application. This file doesn’t do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*//**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define(‘WP_USE_THEMES’, true);/** Loads the WordPress Environment and Template */
require(‘./wp-blog-header.php’);
?>