Fixed by creating .htaccess and adding following code:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !(/)$
RewriteRule ^(.*)$ /$1/ [R,L,NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/$ /index.php/$1 [L,NC]
It redirects to:
URL DELETED
I have no idea why…
Just tried,still not working
I’ve forgot to say that website was cloned with wp-clone so this is a copy of original
I have deleted .htaccess file already and I still can’t to access wp-admin…I’ve tried using phpmyadmin too,but nothing…