| 
 
 
 | 
| Keep Server Online 
 If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
 
 or
 
 
   
 A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
 
 Thank You! Steffen
 
 Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
 |  | 
 | 
| | 
| | 
|  Topic: Redirect everything to https://www.url |  |  
| Author |  |  
| star_wars_fan 
 
 
 Joined: 11 Mar 2017
 Posts: 1
 Location: Naboo
 
 |  |  
| Back to top |  |  
| James Blond Moderator
 
  
 Joined: 19 Jan 2006
 Posts: 7442
 Location: EU, Germany, Next to Hamburg
 
 | 
|  Posted: Tue 14 Mar '17 11:42    Post subject: |   |  
| 
 |  
| I would use 
 
  	  | Code: |  	  | RewriteEngine On RewriteCond %{HTTPS} !=on
 RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
 | 
 |  |  
| Back to top |  |  
 
 | 
 |  | 
 |  |