1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-16 15:52:47 +01:00
imapsync/X/.htaccess

5 lines
105 B
ApacheConf
Raw Permalink Normal View History

2019-07-03 01:20:46 +02:00
RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule (.*) https://%{HTTP_HOST}/X/$1 [R=301,L]