s7a8m
Forum Replies Created
-
Hi @mbrsolution,
I’ve tried to activate Twenty Sixteen theme disabled all the plugins (except for “All in One WP Security” obviously) and I’m still having the same issue.
When I login with the new custom URL (e.g. mysite.com/my-admin) it logs you in but redirects to the homepage in fact, if I add to the URL /my-admin or /wp-admin I can access to the Dashboard. The issue is that redirects to the homepage instead of mysite.com/my-admin.
This is happening only for the MULTISITE, if I disable the multisite option “define(‘MULTISITE’, false);” from the wp_config.php it works perfectly.
Hope this can help you to troubleshoot the issue.
Thanks for your help.
SamHi @wpcolutions,
Thanks for replying.
I’ve tried disabling all my plugins and keep active only WP Security.
Still same issue – the .htaccess file is also clean with the default one for a Multise:
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# add a trailing slash to /wp-admin
RewriteRule ^wp-admin$ wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^(.*\.php)$ wp/$1 [L]
RewriteRule . index.php [L]Disabling the plugin works good without issue.
Thanks for your help in advance.
Sam