FYI – Fix for iThemes Security (405 Forbidden) Error
-
If you are getting a 405 Forbidden error when you try to pull from a site that has iThemes Security enabled, try commenting out this line in .htaccess:
RewriteCond %{HTTP_USER_AGENT} "^$" [NC,OR]
Example:
#RewriteCond %{HTTP_USER_AGENT} "^$" [NC,OR]
This resolved the issue for me.
- The topic ‘FYI – Fix for iThemes Security (405 Forbidden) Error’ is closed to new replies.