Hi,
Thanks for your reply.
Yes it is definitely not the solution we were looking for but for now it does the trick. We tried to deactivate all plugins but it didn’t work. Most interesting is that we run other installs of WP+ithemes on the same server and the “hide backend” function is working without problems.
We’ll look into more details when we’ll have more time, and keep you posted if we find the problem.
Hi *B.V.Ramanarao*,
Uninstalled and cleaned the ithemes folder + database. Didn’t work.
Managed to hide the backend with a workaround using a 301 redirect in the WP format:
RewriteRule ^wp-login\.php$ http://…/not-found [R=301,L]
Really? No one can help?
Also working on http://aseanup.com/
I tried doing some 301 redirect of wp-login to wp-login.php or not_found, as a workaround, but it doesn’t work either.
Can anyone tell me how I could do this redirection?