3AgL3DeeJay
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My Host blocked "wp-login" and i had to rename itMaybe my plugin Rename wp-login will help you out. If you have any problems with it let me know!
Yes. That’s a must-have! But i didn’t find that plugin at the time. 😀
Forum: Fixing WordPress
In reply to: I can't login to my DashBoard anymoreAnd more important, how did it happened?
It was working fine. Something must have changed. What can trigger that?Forum: Fixing WordPress
In reply to: I can't login to my DashBoard anymoreI will contact my hosting support.
Thanks very much! 🙂And, one more thing, after they will increase the PHP memory, what can i do to make sure that this will never happen again?
Forum: Fixing WordPress
In reply to: I can't login to my DashBoard anymore1. I didn’t changed/added/removed anything to the website. It worked just fine.
2. I don’t think that what i did affected the website. As i said, after i was done installing, editing the website, it was working perfectly.
3. I didn’t updated enything.
Forum: Fixing WordPress
In reply to: My Host blocked "wp-login" and i had to rename itI can use this:
$login_url = site_url('MY-NEW-FILENAME.php', 'login');
instead of this$login_url = site_url('wp-login.php', 'login');IT WORKED! 🙂
Forum: Fixing WordPress
In reply to: My Host blocked "wp-login" and i had to rename itWhat if i modify the file in “wp-includes/general-template.php”?
On line 237 there’s a function called “wp_login_url” (that my plugin is using to get the login url).
I can use this: $login_url = site_url(‘MY-NEW-FILENAME.php’, ‘login’);
instead of this $login_url = site_url(‘wp-login.php’, ‘login’);