Changes

From Amahi Wiki
Jump to: navigation, search
m
Order allow,deny
Allow from all}}
</blockquote>
 
*Now an ".htaccess" file needs to be created in the ownCloud data directory. “cd” to the data directory located at "/var/httpd/html/owncloud/data/".
 
<blockquote>Add the following lines:
{{Text|Text=deny from all
IgnoreIndex *}}
</blockquote>
 
*Now do a change ownership on the ".htaccess" file to ensure that Apache has access to the file.
 
<blockquote>{{Code|chown apache:users .htaccess}}
</blockquote>