iamzee
Forum Replies Created
-
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Login RenameExactly. That worked!
Thanks
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Login RenameHi,
any suggestions or solutions to my issue yet? Can I have the format of the link the plugin generates for cookie brute force protections?
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Login Rename[www.yoursite.com/secretword] doest work.
It just redirects to a 404 error page
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Login RenameFor more explanation,
My .htaccess has something like this which I feel might be helpful for you to understand.
#AIOWPS_ENABLE_BRUTE_FORCE_PREVENTION_START
RewriteEngine On
RewriteCond %{REQUEST_URI} (wp-admin|wp-login)
RewriteCond %{REQUEST_URI} !(wp-admin/admin-ajax.php)
RewriteCond %{HTTP_COOKIE} !iAmijawBoi= [NC]
RewriteCond %{HTTP_COOKIE} !aiowps_cookie_test_k11d09pusl= [NC]
RewriteRule .* http://127.0.0.1 [L]
#AIOWPS_ENABLE_BRUTE_FORCE_PREVENTION_ENDForum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Login RenameYes I did that already, and I changed to a custom name of my choice. The issue here is I forgot the format of the custom link that was generated
Initially, I just changed the wp-login url to login. So I usually login with https://mysite.com/login
But later on I used the advanced brute force option I think and added a secret secret name which I think requires that I access my login page via some special link generated by the plugin alongside my secret name or word.
Issue is, I have forgotten the format of that link. Any help?
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Login RenameYes, That is what I am referring to.
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Login RenameHi Author,
I just have one issue I would like you to help me with. This is mostly part of my own fault but I hope you can help. I changed the wp login link with the advanced link that usually gives you a special link with some special ? I think alongside the username you choose to login.
My problem is that I didn’t store that link somewhere and I am having problems getting the right format of the link again. I remember the name I used so I was thinking since you wrote the plugin, can you give me an example of how the generated login link should be?
With that i think it would be easy for me to just replace the link with my own url and chosen username.
Thanks a lot.