thewanderer
Forum Replies Created
-
Forum: Installing WordPress
In reply to: WordPress 3.0 download Infected with VirusIIANM, that malicious site warning comes from a third party, which then causes your browser to block it? Perhaps it was due to a previous installation?
Forum: Plugins
In reply to: Adding default image to Twitter Tools weekly digest postOh, this solves one of my problems. Thanks boilr!
Forum: Fixing WordPress
In reply to: Twitter Tools – want to delete an entryHi Nick,
If you check out Alex King’s Twitter Tools page here:
http://alexking.org/projects/wordpress/readme?project=twitter-tools
Scroll to the section: Known Issues.
Forum: Installing WordPress
In reply to: Tags, why do I need them>?Thanks for the schooling guys. Just upgraded to WordPress 2.3 and was wondering what tags was all about. No intention to threadjack but, are tags the same as keywords, as defined by the All-In-One SEO plugin?
Forum: Fixing WordPress
In reply to: WP in Root, subdirectories give 500 Error.Hi, I’m facing a somewhat similar problem. My blog used to be in http://blog.soulspider.com and I moved it to the root, so that my blog address is now http://www.soulspider.com. Right now, I’m facing some problems with my search engine results, as I want outdated entries to error 404, instead of error 500 (e.g., http://blog.soulspider.com/index.php should 404, but it currently returns a 500). I need it to 404 so that Google will update its index.
Now, there’s a .htaccess in the root and it has the standard WordPress entries in it:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressShould I edit the existing RewriteRule line? I tried adding the line you mentioned to the top of the file, but it still returns a 500.
Thanks.
Forum: Fixing WordPress
In reply to: /feed/ not working (404)?Same thing has been happening to me too. This happens intermittently. I have to update my permalink structire regularly. I can’t seem to be able to reproduce it. I have to check my server’s error logs to detect RSS feed 404s. Am using WordPress 2.2.2 and K2 0.9.6.
Check out http://www.soulspider.com/feed and let me know if it works.
Thanks!