Hello, is it possible to redirect https to http so that users don't see the webfaction page? asked 10 Sep '14, 22:47 sclord |
Sure, just create a HTTPS site and then redirect it to HTTP via htaccess in a Static/CGI/PHP app. Instructions for setting up a redirect are available here: Redirect a Domain with a Static/CGI/PHP App Note that this does not eliminate the need to have a certificate for your domain. SSL negotiation always happens first, before the web server does anything else, so if you don't have your own certificate, your vistors will see WebFaction's certificate and will get a warning since the certificate isn't issued for your domain. answered 10 Sep '14, 23:00 seanf |