Workaround required for IIS setups running ownCloud to prevent dataloss.
Long-term solution would be to move some configuration settings to the database
@ -86,14 +86,28 @@ if (!$_['isConnectedViaHTTPS']) {
// is htaccess working ?
if(!$_['htaccessworking']){
?>
<divclass="section">
<h2><?phpp($l->t('Security Warning'));?></h2>
<divclass="section">
<h2><?phpp($l->t('Security Warning'));?></h2>
<spanclass="securitywarning">
<?phpp($l->t('Your data directory and your files are probably accessible from the internet. The .htaccess file is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root.'));?>
<?phpp($l->t('The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update.'));?>