It is, i have some other wordpress websites on this server and everything is fine and problem occurs only occasionally in this case
my htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
[ Please do not bump, that’s not permitted here. ]
ops, even after granting write permissions to htaccess its still the same problem as before… any idea?
ahh, yes it was readonly i ve updated it, thanks for fast reply.