Changes between Initial Version and Version 1 of Ticket #775, comment 45


Ignore:
Timestamp:
Apr 11, 2017, 11:50:29 AM (9 years ago)
Author:
Torsten Riemer

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #775, comment 45

    initial v1  
    99  #RewriteRule ^ https://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
    1010  ##-- ATTENTION: Use only one of the following RewriteCond lines!
    11   ##-- Works for most hosters
     11  ##-- Works on most servers
    1212  #RewriteCond %{SERVER_PORT} !^443$
    1313  ##-- Try this line if you encounter problems
     
    1919  ##-- redirect to https non-www-domain, when no subdomain given and not using an ssl-proxy
    2020  ##-- ATTENTION: Use only one of the following RewriteCond lines!
    21   ##-- Works for most hosters
     21  ##-- Works on most servers
    2222  #RewriteCond %{SERVER_PORT} !^443$ [OR]
    2323  ##-- Try this line if you encounter problems