Amazon EC2 + SSL Godaddy are not routing properly in HTTPS
Posted
by
azngunit81
on Server Fault
See other posts from Server Fault
or by azngunit81
Published on 2014-05-28T21:06:03Z
Indexed on
2014/05/28
21:31 UTC
Read the original article
Hit count: 195
I have an Amazon EC2 + SSL just installed on GoDaddy.
I have successfully managed to install it and get the green https on the main domain https://www.example.com
however it doesn't any https://www.example.com/something but the route works under http://www.example.com
I am using an .htacess file for some rewrite. Options -MultiViews RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
the Ec2 instance is ubuntu if that helps in anyway.
© Server Fault or respective owner