Title: 404 Redirects
Last modified: June 14, 2023

---

# 404 Redirects

 *  Resolved [greencrest](https://wordpress.org/support/users/greencrest/)
 * (@greencrest)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/404-redirects-3/)
 * I have a WordPress site where [https://www.whalencpa.com/wp-admin/post-new.php](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:
 *     ```wp-block-code
       # 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)

 *  [nlpro](https://wordpress.org/support/users/nlpro/)
 * (@nlpro)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/404-redirects-3/#post-16819806)
 * Hi [@greencrest](https://wordpress.org/support/users/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 +++
 *  [nlpro](https://wordpress.org/support/users/nlpro/)
 * (@nlpro)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/404-redirects-3/#post-16863033)
 * Hi [@greencrest](https://wordpress.org/support/users/greencrest/),
 * As your issue seems to be resolved (the previously failing link seems to be working
   now) please mark this topic as ‘Resolved’.
 *  [Shalom Taiwo](https://wordpress.org/support/users/shalomt/)
 * (@shalomt)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/404-redirects-3/#post-16923140)
 * 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.

 * ![](https://ps.w.org/better-wp-security/assets/icon.svg?rev=2980272)
 * [Solid Security – Password, Two Factor Authentication, and Brute Force Protection](https://wordpress.org/plugins/better-wp-security/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/better-wp-security/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/better-wp-security/)
 * [Active Topics](https://wordpress.org/support/plugin/better-wp-security/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/better-wp-security/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/better-wp-security/reviews/)

## Tags

 * [404-error](https://wordpress.org/support/topic-tag/404-error/)

 * 3 replies
 * 3 participants
 * Last reply from: [Shalom Taiwo](https://wordpress.org/support/users/shalomt/)
 * Last activity: [2 years, 9 months ago](https://wordpress.org/support/topic/404-redirects-3/#post-16923140)
 * Status: resolved