Changes

From Amahi Wiki
Jump to: navigation, search
655 bytes added ,  00:13, 4 September 2014
* Locate the "config.php" file in the owncloud "config" directory.
* Edit Using an editor open the file as the "root" user, initially it will have the following entry:
<blockquote>
<pre>
</pre>
</blockquote>
 
* Put a second entry in to the "trusted_domains array" for the Wifi address as follows:
<blockquote>
<pre>
'trusted_domains' =>
array (
0 => '192.168.0.101',
1 => '192.168.99.1',
),
</pre>
</blockquote>
 
''' OR'''
 
* Comment out the "trusted_domains array" as follows:
<blockquote>
<pre>
/* 'trusted_domains' =>
array (
0 => '192.168.0.101',
1 => '192.168.99.1',
), */
</pre>
</blockquote>
Is this a security issue? That depends on the system owner or administrator...
 
* Save the changes and exit the editor.
 
* Any subsequent web browser access via the Wifi address to ownCloud will not be blocked.
<br />