1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-17 00:02:29 +01:00
imapsync/X/.htaccess
Nick Bebout 852d9695d6 1.920
2019-07-02 18:20:46 -05:00

5 lines
105 B
ApacheConf

RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule (.*) https://%{HTTP_HOST}/X/$1 [R=301,L]