[fix] (for 3.5) fixing autodiscover template
This commit is contained in:
parent
020eb932d6
commit
70224f71d6
|
@ -7,6 +7,7 @@
|
|||
|
||||
ServerName %%fqdn%%
|
||||
|
||||
RewriteEngine On
|
||||
# Mail autoconfig
|
||||
RewriteRule ^/mail/mailautoconfig.xml$ /mailautoconfig_thunderbird.php [L]
|
||||
RewriteRule ^/mail/config-v1.1.xml$ /mailautoconfig_thunderbird.php [L]
|
||||
|
@ -20,7 +21,8 @@
|
|||
RewriteRule ^Autodiscover/Autodiscover.xml$ /mailautoconfig_outlook.php [L]
|
||||
RewriteRule ^Autodiscover.xml$ mailautoconfig_outlook.php [L]
|
||||
RewriteRule ^autodiscover.xml$ mailautoconfig_outlook.php [L]
|
||||
|
||||
RewriteRule (.*) - [F]
|
||||
|
||||
</VirtualHost>
|
||||
|
||||
<VirtualHost *:443>
|
||||
|
@ -31,6 +33,7 @@
|
|||
|
||||
ServerName %%fqdn%%
|
||||
|
||||
RewriteEngine On
|
||||
# Mail autoconfig
|
||||
RewriteRule ^/mail/mailautoconfig.xml$ /mailautoconfig_thunderbird.php [L]
|
||||
RewriteRule ^/mail/config-v1.1.xml$ /mailautoconfig_thunderbird.php [L]
|
||||
|
@ -44,6 +47,7 @@
|
|||
RewriteRule ^Autodiscover/Autodiscover.xml$ /mailautoconfig_outlook.php [L]
|
||||
RewriteRule ^Autodiscover.xml$ mailautoconfig_outlook.php [L]
|
||||
RewriteRule ^autodiscover.xml$ mailautoconfig_outlook.php [L]
|
||||
RewriteRule (.*) - [F]
|
||||
|
||||
SSLEngine On
|
||||
SSLCertificateFile %%CRT%%
|
||||
|
|
Loading…
Reference in New Issue