SSL Logins redirect to host server - Working Now
Hello everyone,
I am trying to force all user logins for the following to be redirected to an SSL connection through my host server's domain. I have been playing with this for quite a while, but cannot get things working properly:
http://www.clientdomains.com/webmail ---> https://server.hostdomain.com/webmail
http://www.clientdomains.com/squirrelmail ---> https://server.hostdomain.com/squirrelmail
http://www.clientdomains.com/phpmyadmin --> https://server.hostdomain.com/phpmyadmin
I found Jeff's excellent post at This Link.
I would think this is a basic redirect, either in httpd.conf or .htacess, but I get errors that the page will not load due to "redirection" errors.
I recognize the easiest thing would be to simply tell clients to use the https://server.hostdomain.com/*** from the get-go, but many like having the convenience of simply appending the alias to their domain name.
Other than the Alias in the server httpd.conf file, the redirect.php script in /var/www/html/ - what other files may be responsible for redirection?
I realize security is still non-existant for pop mail clients that login, but hey...for webmail and phpmyadmin it is a start. Any ideas? THANK YOU for any help - definitely appreciated!
Michael
Hello everyone,
I am trying to force all user logins for the following to be redirected to an SSL connection through my host server's domain. I have been playing with this for quite a while, but cannot get things working properly:
http://www.clientdomains.com/webmail ---> https://server.hostdomain.com/webmail
http://www.clientdomains.com/squirrelmail ---> https://server.hostdomain.com/squirrelmail
http://www.clientdomains.com/phpmyadmin --> https://server.hostdomain.com/phpmyadmin
I found Jeff's excellent post at This Link.
I would think this is a basic redirect, either in httpd.conf or .htacess, but I get errors that the page will not load due to "redirection" errors.
I recognize the easiest thing would be to simply tell clients to use the https://server.hostdomain.com/*** from the get-go, but many like having the convenience of simply appending the alias to their domain name.
Other than the Alias in the server httpd.conf file, the redirect.php script in /var/www/html/ - what other files may be responsible for redirection?
I realize security is still non-existant for pop mail clients that login, but hey...for webmail and phpmyadmin it is a start. Any ideas? THANK YOU for any help - definitely appreciated!
Michael
Last edited: