mirror of
https://github.com/imapsync/imapsync.git
synced 2024-11-16 15:52:47 +01:00
5 lines
105 B
ApacheConf
5 lines
105 B
ApacheConf
|
RewriteEngine On
|
||
|
RewriteCond %{SERVER_PORT} !^443$
|
||
|
RewriteRule (.*) https://%{HTTP_HOST}/X/$1 [R=301,L]
|
||
|
|