1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-17 00:02:29 +01:00
imapsync/X/.htaccess

5 lines
105 B
ApacheConf
Raw 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]