„Unexpected server response“ in „Environment Status“
Folgende Einstellungen müssen in die .htaccess Datei eingetragen werden, zwischen
### End: Cross Origin ###
<IfModule mod_mime.c>
RemoveType .html .htm
<FilesMatch ".+\.html?$">
AddType text/html .html
AddType text/html .htm
</FilesMatch>
RemoveType .svg .svgz
<FilesMatch ".+\.svgz?$">
AddType image/svg+xml .svg
AddType image/svg+xml .svgz
</FilesMatch>
</IfModule>
### Begin: Rewriting and Access ###