Hello,
I seem to be having an issue with my .htaccess file. I get random 500 errors, auto-log off, or just very slow loading times on my site, all the time.
I discovered, if I delete/rename my .htaccess file, everything works except the permalinks. Homepage works, I can use the WP Backend, upload images, etc.
I tried to do some digging in forums and such but no luck.
I changed some of the settings as far as permalinks go but didn't see any change.
Also, what I found curious, if the few others blogs I have setup (just not using that much) don't have an .htaccess file even in the root.
Anyway, my stuff:
site: http://theothercastle.com
php: 4
provider: 1&1
wp: 2.7
.htaccess contents
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Thanks for any help on this, I really appreciate it.