blyght
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP cannot find dashboard, cannot edit pagesI can login at the login page, but when I do I am directed to a Page Not Found page, and not the dashboard. I also cannot edit any previous posts–I get the same Page Not Found.
Wow, I thought I had upgraded since 2.0. Looks like now is as good a time as any.
Forum: Fixing WordPress
In reply to: Blank Blog Pages after Fresh Install 2.0.2I already set this thread to ‘resolved’, but I wanted to come back in and let you know that I figured out the very last issue I was having with index.php needing to be appended onto my URL in order for my blog to work.
I figured it out. I am so proud.
I deleted the home_html file from the server. And it all works now. I think I’m gonna cry. =]
And now I can go to sleep. Thank you all for your assistance.
Forum: Fixing WordPress
In reply to: Blank Blog Pages after Fresh Install 2.0.2HandySolo: I added index.php to my permalink structure, and it works–as long as I also add index.php to the end of my URL (I’ll take it!). Thank you! =]
Now, all I have to do is figure out how to get pleasure-pain.com/index.php to point to pleasure-pain.com. I am off to search the forum.
Thank you all for your assistance on this one!
Forum: Fixing WordPress
In reply to: Blank Blog Pages after Fresh Install 2.0.2After trying several of the suggestions in the Permalinks link above (to no avail, in fact I think I made it worse), I searched through the knowledgebase of my hosting provider and found this in reference to the AllowOverrides issue that was raised by HandySolo:
“Though we have never disallowed uploads of .htpasswd one caveat on .htaccess files is that due to security concerns, anything that falls in the ‘Options’ category of .htaccess Overrides (refer to http://httpd.apache.org/docs/mod/core.html#allowoverride) is not allowed on the servers and will cause Internal Server errors if used in an .htaccess file.”
Back to square one?
Forum: Fixing WordPress
In reply to: Blank Blog Pages after Fresh Install 2.0.2/%year%/%monthnum%/%day%/%postname%/
Forum: Fixing WordPress
In reply to: Blank Blog Pages after Fresh Install 2.0.2# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
This is what is in my .htaccess file. Am I missing something in there?
Forum: Fixing WordPress
In reply to: Blank Blog Pages after Fresh Install 2.0.2The structure is set for Default. I am still reading through the link for Fixing Permalinks, though.
Forum: Fixing WordPress
In reply to: Blank Blog Pages after Fresh Install 2.0.2HandySolo: Oddly enough, line 21 was whitespace that I have deleted three times already. I am wondering how it keeps reappearing.
miklb: The .htaccess is at 744.