MCFileManager:Configuration/general.encrypt paths
From Moxiecode Documentation Wiki
Contents |
[edit]
Option: general.encrypt_paths
This option will encrypt all paths that are passed to front-end and decrypt them when they are passed back. In other words absolute paths like /www/root/site/images/file.gif will be encrypted into {0}images/file.gif so that it's impossible to see the directory structure on the server below the rootpath point.
[edit]
Example of usage in the config.php file
$mcFileManagerConfig['general.encrypt_paths'] = true;
[edit]
Example of usage in the Web.Config file
<add key="general.encrypt_paths" value="true" />
[edit]
Example of usage in a mc_access file
general.encrypt_paths=true
