Page 1 of 1

Links in OpenEMM Preview don't work

Posted: Tue Oct 16, 2012 4:54 pm
by guzzzzi
Hello,
according to the installation documentation I changed the rdir_domain to http://www.mydomain.com and redirect http 8080 trafic to port 80.
I used the following mysql statement:

Code: Select all

update company_tbl set rdir_domain = 'www.mydomain.com';
Everything works well except of the preview of mailings. Now the trackable link look like this:
If I change rdir_domain back to http://www.mydomain.com:8080 the links look like this:
So there is now double domain. What am I doing wrong?

I am using the centos vm image of openemm 2011.

Regards,
Greg

Re: Links in OpenEMM Preview don't work

Posted: Wed Oct 17, 2012 9:41 am
by maschoff
Why did you omit "http://" in your first example?