bozzy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Login link goes to a 404 not found pageYup, that’s what the problem was and my host fixed it.
Forum: Fixing WordPress
In reply to: Login link goes to a 404 not found pageAlright, I will. Thanks man. 🙂
Forum: Fixing WordPress
In reply to: Login link goes to a 404 not found pageThis is what’s in my htaccess file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
that was generated by wordpress, so it shouldn’t causing any trouble.
that’s all that is in the file.
Forum: Fixing WordPress
In reply to: Login link goes to a 404 not found pageWhy does it redirect to the post? I didn’t mess with any of the templates… I just upgraded…
Forum: Fixing WordPress
In reply to: Login link goes to a 404 not found pageStill the same error.
Forum: Fixing WordPress
In reply to: Login link goes to a 404 not found pageI only have 6 plugins: Akismet, Democracy, Live Comment Preview, WP_Amazon, WordPress Database Backup, and Search Excerpt…
I just upgraded to 2.0.3 so the wp-login.php should be perfect…
what am I missing?
Forum: Fixing WordPress
In reply to: Login link goes to a 404 not found pageit’s about this part of code in the comment template:
<?php if ( get_option('comment_registration') && !$user_ID ) : ?>
You must be <a>/wp-login.php?redirect_to=<?php the_permalink(); ?>">logged in</a> to post a comment.
<?php else : ?>
but it doesn’t redirect to the post, it goes to a 404.Forum: Fixing WordPress
In reply to: Why am I getting spam???I think wordpress needs to release a security fix to put an end to this big spammer loop hole.
Forum: Plugins
In reply to: Personal Header?I got it to work by the following the directions on this page