blob: 6e4f7db8527a22ceb0e3fed5be52a018050af77b (
plain)
1
2
3
4
5
6
|
Alias /.well-known/autoconfig/mail/config-v1.1.xml /var/www/autoconfig/config.shtml
<Directory /var/www/autoconfig/>
Options +Includes
AddType application/xml .shtml
AddOutputFilter INCLUDES .shtml
</Directory>
|