amanda206
Forum Replies Created
-
Resolved
Issue resolved by hosting service provider … there was an extention missing apparently…
extension=ctype.so in php.iniDon’t have any security plugins activated.
Adding allowlist for thexmlrpc.php
?file?in the .htaccess file not doing the trick so still trying to get in touch with the hosting provider to see if there are server-side security settings that I am unable to configure myself blocking access…
here is the code I tried in htaccess file:
<Files “xmlrpc.php”>
<RequireAny>
Require ip 122.248.245.244
Require ip 54.217.201.243
Require ip 54.232.116.4
Require ip 192.0.80.0/20
Require ip 192.0.96.0/20
Require ip 192.0.112.0/20
Require ip 195.234.108.0/22
</RequireAny>
</Files>
and then also tried this:
<Files “xmlrpc.php”>
<IfModule mod_authz_core.c>
Require all granted
</IfModule>
<IfModule !mod_authz_core.c>
Order allow,deny Allow from all
</IfModule>
</Files>Hi!! I am having trouble getting in touch with anyone at ipage (where site is hosted)…would I be able to add the ip addresses via the .htaccess file?
Hi!
I am working on figuring out how to get in touch with my service provider to get those ip addresses on my allow list. Will keep you posted!