• Resolved greencrest

    (@greencrest)


    I have a WordPress site where https://www.whalencpa.com/wp-admin/post-new.php is getting redirected to the 404 page. Per the hosting company, iThemes Security is doing that, but I’m not able to figure out how its occuring or how to fix it. Here’s what’s in the htaccess file:

    # BEGIN iThemes Security - Do not modify or remove this line
    # iThemes Security Config Details: 2
    	# Ban Hosts - Security > Settings > Banned Users
    	SetEnvIF REMOTE_ADDR "^137\.117\.178\.120$" DenyAccess
    	SetEnvIF X-FORWARDED-FOR "^137\.117\.178\.120$" DenyAccess
    	SetEnvIF X-CLUSTER-CLIENT-IP "^137\.117\.178\.120$" DenyAccess
    
    	<IfModule mod_authz_core.c>
    		<RequireAll>
    			Require all granted
    			Require not env DenyAccess
    			Require not ip 137.117.178.120
    		</RequireAll>
    	</IfModule>
    	<IfModule !mod_authz_core.c>
    		Order allow,deny
    		Allow from all
    		Deny from env=DenyAccess
    		Deny from 137.117.178.120
    	</IfModule>
    # END iThemes Security - Do not modify or remove this line

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @greencrest,

    I don’t think there is anything in the .htaccess file that is causing this.

    It probably won’t make any difference but let’s first update to the latest iTSec Pro 7.3.4 – 2023-05-03 plugin release (The site is currently using 7.1.3 – 2022-06-23).

    +++ To prevent any confusion, I’m not iThemes +++

    Hi @greencrest,

    As your issue seems to be resolved (the previously failing link seems to be working now) please mark this topic as ‘Resolved’.

    Hi there,

    I hope the information provided helped resolve your issues. Given that we have not received a response, I will mark this post as resolved. If you still need some assistance, please feel free to open a new support topic, and we would be happy to assist.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘404 Redirects’ is closed to new replies.