Fixing Vaultpress Issues
If you enabled CloudProxy and you are now having issues with VaulPress, no worries! It’s easy to get it fixed. This usually happens because of the remote_addr (IP address from which the user is viewing the current page). All you need to do is install Sucuri’s WAF plugin. It will fix the remote_addr for when Vaultpress checks the source IP.
You can download the CloudProxy Web Firewall.
If that doesn’t work, you can also add the code below to your wp-config.php file, right after the “<?php” line:
if(isset($_SERVER['HTTP_X_SUCURI_CLIENTIP']))
{
$_SERVER["REMOTE_ADDR"] = $_SERVER['HTTP_X_SUCURI_CLIENTIP'];
}
0
0
Related Articles
- Signatures
- Protected Page
- Block User-agents
- Block HTTP Referers
- Block HTTP Cookies
- Country Blocking
- vBulletin Customizations
- Testing CloudProxy Before Changing the DNS
- SSL Displaying Incorrectly
- Fixing VirtueMart Issues
- Fixing osCommerce Who's Online