Amazon EC2 + SSL Godaddy are not routing properly in HTTPS
- by azngunit81
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.