Hi iridiax,
I am using some plugins. This is what my .htaccess file says- does this look ok?
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blogsite/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blogsite/index.php [L]
</IfModule>
# END WordPress