mirror of
https://github.com/imapsync/imapsync.git
synced 2025-06-11 23:24:30 +02:00
4 lines
105 B
ApacheConf
4 lines
105 B
ApacheConf
RewriteEngine On
|
|
RewriteCond %{SERVER_PORT} !^443$
|
|
RewriteRule (.*) https://%{HTTP_HOST}/X/$1 [R=301,L]
|
|
|