Advanced Module Manager with Cloudflare

Search
Other Pre-Sale questions
Forum

Advanced Module Manager with Cloudflare

Massimiliano Callo's Avatar Massimiliano Callo
Hi,
I'm wondering if the Advanced Module Manager extension is able to retrieve the correct visitor ip address in a Joomla 3 website protected by Cloudflare solution.
Thanks in advance.
Regards
Peter van Westen's Avatar Peter van Westen ADMIN
The IP address is collected via a number of different values in the $_SERVER PHP object.
HTTP_X_FORWARDED_FOR, HTTP_X_REAL_IP, HTTP_CLIENT_IP, REMOTE_ADDR

Whether or not that results in the correct IP address in your situation... 🤷🏻‍♂️

You could create a PHP file on your server with this code and see if the IP address is in there as you expect:
<?php print_r($_SERVER); ?>
Please post a rating at the Joomla! Extensions Directory
You can only post on this forum if you log in