1
My provider have upgraded their platform and now we sit behind a load balancer or firewall. This has the consequences that the web server we are on will always the same IP address.
During testing I wanted to open access only to me and was forced to use XFF in .htaccess rather that the traditional require ip.
SetEnvIF X-Forwarded-For "1.1.1.1" AllowIP
<RequireAny>
Require env AllowIP
RequireAny>
Would the IP filtering mechanism in XOOPS based on XFF by any chances?