Hi, I just realized there have been a lot of restrictions on my WordPress install recently, which weren't there a couple of days ago.
It won't allow me to unpublish a post, edit a post through Visual mode, it won't allow the popup to come up when uploading an image and won't allow me to edit Theme files through the Editor.
I'm guessing it's a CHMOD problem, but don't know what files to edit...
have you made any changes recently? Plugins, etc?
A link to your site could help us look for suspicious stuff.....
http://www.rawinkorpz.com
I only have SuperCache and FeedWordPress installed.
This is the code I have in my htaccess file that relates to WP:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>