CNAME and hiding ESP real domain/ip

robust

Member
Jun 16, 2020
63
0
6
Hi,

Currently, I am using the campaign+ for hiding the CNAME & IP & its working fine. For the setup, I followed https://community.mumara.com/threads/cname-and-hiding-mumara-real-domain-ip.106/

Now I want to use the same setup for ESP & I am getting an error (screenshot attached)"Site error: the ionCube PHP Loader needs to be installed. This is a widely used PHP extension for running ionCube protected PHP code, website security, and malware blocking. Please visit get-loader.ioncube.com for install assistance."
73

I am using the same hosting for the redirect of links of ESP & Campaign+ (redirect working properly).

Also in the .htaccess file of ESP & CAMPAIGN+ different.

Campaign+:
Options +FollowSymLinks
RewriteEngine On
RewriteRule (.*) http://campaign+hostingdomain.com/$1 [R=301,L]

ESP:
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^redirect\/?(.*)$ "http://ESPhostingdomain.com/redirect$1" [R=301,L]
RewriteRule ^web_view\/?(.*)$ "http://ESPhostingdomain.com/web_view$1" [R=301,L]
RewriteRule ^logo_image\/?(.*)$ "http://ESPhostingdomain.com/logo_image$1" [R=301,L]
RewriteRule ^unsubscribe\/?(.*)$ "http://ESPhostingdomain.com/unsubscribe$1" [R=301,L]
RewriteRule ^uploaded_images\/?(.*)$ "http://ESPhostingdomain.com/uploaded_images/$1" [R=301,L]

Please guide how to resolve this.

Thank you
 
Last edited:

wasif

Administrator
Staff member
Apr 9, 2019
576
112
43
You are aware of it that you can't use the same tracking subdomains for two different installations, right?

1. Make sure that your tracking domains are not the same for Classic ESP and Mumara Campaigns
2. And when you do .htacess redirection for a tracking domain, it means the user eventually redirects to the Mumara installation folder. Make sure that your Classic ESP PHP has ioncube loaders installed and you are able to access ESP interface?
 

robust

Member
Jun 16, 2020
63
0
6
We not using the same tracking domains on 2 different installations but for the redirect hosting (.htaccess) we are using the same hosting server for ESP & Campaign+.
I am able to access the ESP interface without any issue. ESP installation has no issue as the setup done by Mumara team. Only for the tracking link its asking for ioncube.
 

wasif

Administrator
Staff member
Apr 9, 2019
576
112
43
Can you inbox me the tracking domain that is showing ioncube error?
 

wasif

Administrator
Staff member
Apr 9, 2019
576
112
43
The domain that you have provided doesn't seem to be hosted at the panel that you gave me. I created a simple text file and then tried to open in browser, it wasn't found.