Login is not the problem, i can.
But calling wp-admin/update-core.php e.g. is an issue ??
Also i cannot upload plugins via backend etc
thanks for your post.
644 –> files
755 –> folders
are set
#BEGIN WordPress
RewriteEngine On
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
#END WordPress
-
This reply was modified 9 months, 2 weeks ago by dakine77.