Hello everyone,
I just installed a host server SSL cert which is working just fine. I have setup the redirect.php page in /var/www/html/ to take any request from www.domainX.com/config to the host server domain through an SSL connection - which is working fine. I have also customized the index.html login page under DA (e.g. /usr/local/directadmin/data/templates/) to include two images - Similar to forum user "skruf's" (a.k.a. David
) post HERE.
Everything redirects fine in both Firefox and IE, however, in IE the images do not appear when the page loads (???).
David's Login
My Redirected Login
I haven't changed the Apache alias setting in httpd.conf from the default DA install. I HAVE changed the redirect.php to the following:
<? header("Location: https://".$_SERVER['HTTP_HOST'].":2222"); ?>
Changed to:
<? header("Location: https://server1.m2technology.com:2222"); ?>
Can someone click on my link above in IE to see if they experience the same thing? Any suggestions as to why the images are not showing in IE when the page first loads?
If you right click on the image placeholder after the page loads and select "show image" - no problem.
I REALLY appreciate any help with this one - thank you tremendously in advance!
Michael
I just installed a host server SSL cert which is working just fine. I have setup the redirect.php page in /var/www/html/ to take any request from www.domainX.com/config to the host server domain through an SSL connection - which is working fine. I have also customized the index.html login page under DA (e.g. /usr/local/directadmin/data/templates/) to include two images - Similar to forum user "skruf's" (a.k.a. David

Everything redirects fine in both Firefox and IE, however, in IE the images do not appear when the page loads (???).
David's Login
My Redirected Login
I haven't changed the Apache alias setting in httpd.conf from the default DA install. I HAVE changed the redirect.php to the following:
<? header("Location: https://".$_SERVER['HTTP_HOST'].":2222"); ?>
Changed to:
<? header("Location: https://server1.m2technology.com:2222"); ?>
Can someone click on my link above in IE to see if they experience the same thing? Any suggestions as to why the images are not showing in IE when the page first loads?
If you right click on the image placeholder after the page loads and select "show image" - no problem.
I REALLY appreciate any help with this one - thank you tremendously in advance!
Michael