atzekraut

Untitled

Oct 18th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerName cloud.le-courier.express
  3. ServerAlias www.cloud.le-courier.express
  4. DocumentRoot "/var/www/cloud"
  5. RewriteEngine on
  6. RewriteCond %{SERVER_NAME} =www.cloud.le-courier.express [OR]
  7. RewriteCond %{SERVER_NAME} =cloud.le-courier.express
  8. RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,QSA,R=permanent]
  9. </VirtualHost>
Add Comment
Please, Sign In to add comment