svgmx5 Posted May 9, 2010 Share Posted May 9, 2010 hey everyone, i'm having some problems here.. I'm developing a website/e-commerce store. The hosting server has an ssl security certificate installed. In order for people to get automatically redirected to an https from an http website i created an .htaccess with the folllowing: RewriteEngine On RewriteCond %{HTTPS} !ON RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} However every time i go on that page that i want it to be an https page i keep getting an 500 error. I have no clue what to do now! Can anyone help me?? Quote Link to comment https://forums.phpfreaks.com/topic/201140-500-error-when-using-redirect-with-htaccess/ Share on other sites More sharing options...
Daniel0 Posted May 9, 2010 Share Posted May 9, 2010 500 means "internal server error". Check your webserver's error log. Quote Link to comment https://forums.phpfreaks.com/topic/201140-500-error-when-using-redirect-with-htaccess/#findComment-1055277 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.