Changes between Initial Version and Version 1 of Ticket #775, comment 45
- Timestamp:
- Apr 11, 2017, 11:50:29 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #775, comment 45
initial v1 9 9 #RewriteRule ^ https://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L] 10 10 ##-- ATTENTION: Use only one of the following RewriteCond lines! 11 ##-- Works for most hosters11 ##-- Works on most servers 12 12 #RewriteCond %{SERVER_PORT} !^443$ 13 13 ##-- Try this line if you encounter problems … … 19 19 ##-- redirect to https non-www-domain, when no subdomain given and not using an ssl-proxy 20 20 ##-- ATTENTION: Use only one of the following RewriteCond lines! 21 ##-- Works for most hosters21 ##-- Works on most servers 22 22 #RewriteCond %{SERVER_PORT} !^443$ [OR] 23 23 ##-- Try this line if you encounter problems
