Does our site give errors when over SSL because we requested a document root change?
We are trying to launch our website and are getting issues when we try to use the SSL certificate we bought through InMotions tech support.
http://www.greenleg.com works fine. When someone goes to https://www.greenleg.com/accounts/login.php you can see we force the https with our .htaccess file for them when they are in the /accounts folder. We get a 404 error "The requested URL /accounts/login.php was not found on this server. "
If I also go to https://www.greenleg.com/ we get an we get an error for an "Fatal error: require_once()" when we try to include our websites pieces. We include many parts to build the website in its parts.
We need to have all the access to the /accounts folder use SSL as we have people using passwords and eventually credit cards.
http://www.greenleg.com works fine. When someone goes to https://www.greenleg.com/accounts/login.php you can see we force the https with our .htaccess file for them when they are in the /accounts folder. We get a 404 error "The requested URL /accounts/login.php was not found on this server. "
If I also go to https://www.greenleg.com/ we get an we get an error for an "Fatal error: require_once()" when we try to include our websites pieces. We include many parts to build the website in its parts.
We need to have all the access to the /accounts folder use SSL as we have people using passwords and eventually credit cards.