spook68
Forum Replies Created
-
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Blacklist, is it workingApache version > 2.4.34 (last check Sep 10)
Part of .htaccess:
# Apache >= 2.3
<IfModule mod_authz_core.c>
<RequireAll>
Require all Granted
Require not env bad_bot
#AIOWPS_IP_BLACKLIST_2_4_START
Require not ip *.*.*.*
Require not ip 91.210.147.80
..
..
#AIOWPS_IP_BLACKLIST_2_4_END</RequireAll>
</IfModule>
</IfModule>
#AIOWPS_SIX_G_BLACKLIST_ENDThe IP address that should be blocked is in the list.
I did check from another IP address with a blocked user name. The “403 forbidden” did not happen, just a site notification that the password was wrong.
Can you explain what you mean with “re-save your permalink settings”? I cant find that function.
There are only empty log files for AIOWPS
I did not clean the browser cache before, just did it now.
As this issue happened after 2 or more pages to be deleted I can only test it when there are more pages available. There is only one at the moment.WP runs on MIS, not LAMP.
Browser is Firefox 58.0.2, MacOSOn the failed login page you can select 1 or more lines.
In the dropdown list of actions you can select “delete”
When you press the button a popup dialog appears with the question if you really want to do this.
When you click the ok button a second popup appears with the same question but with the possibility to select the option not to get the popup dialogs.The popup dialogs will always come, even if you select the option that they don’t appear anymore.
This is bug one. My proposal would be that this is an option in the settings page.The second bug is that after using the above method and selecting all the lines on the page 3 times in a row the lines are not removed but you get the 404 error page.
If you want pictures let me know and I’ll send screenshots
Hi,
I had a similar problem. At the end I contacted my ISP and the issue was that they do not use a LAMP setup but Microsoft internet services (IS). That uses a different file and coding instead of .htaccess files.
AIOWPS does not handle the MIS servers very well.Check with your ISP, they should tel you the setup.
Succes,
CasperForum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Block an IP addressCheck this topic: https://wordpress.org/support/topic/does-it-work-on-iss/
I had the same issue and found out my ISP is using Microsoft IIS that uses web.config.
AIOWPS is not writing the .htaccess file correctly when on a IIS server.Solution: Do not use the blacklist manager and edit the web.config file
Forum: Themes and Templates
In reply to: [Weblog] Breadcrums not in one lineI’ve seen that too, they look ok now. Perhaps it was a rendering error.