I have a website https://example.com.
I also had a Development version in subdomain :
https://dev.example.com
I decided to MOVE the subdomain from DEV to DEV5. So now I have a working website at
https://dev5.example.com
The problem is I cannot go to the admin any more:
https://dev.example.com/administrator.
I have all levels of protection :
1) Admin tools -> Web Application Firewall → Configure WAF → basic protection features - > Administrator secret URL parameter :
2) Admin Tools – Password-protect Administrator
I have already done this:
Go inside the plugins/system/admintools/admintools directory on your site (on older versions of Admin Tools: plugins/system/admintools). You will see a file named main.php. Rename it to main-disable.php.
Please help.