Similar problem with our site here. GG Studio
https://www.ggstudio.com.tr/wp-admin coming as 404 not found, please help!
Tried removing the below code from .htaccess, but still same issue.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule
Thanks in Advance.