Redirect all the data served by https to http
问题 So, here is the situation: We are running a website which is powered by Drupal. Sometime ago, it was decided that the website should be served as SSL. The settings to redirect the site from http to https was done by a guy who is not with us anymore. I can see in the .htaccess file the following lines #Redirect http to https RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://docs.dev.domain.com/$1 [R,L] mydomain.com points to the root of the LAMPP server and my site is