# Redirect if Data is not Root Directory

The mounting point for finding the files is always the "data" folder, which is usually also the root directory for network mapping. Here the plugin expects the file ".4apmount" and your files and folders on top level.
In case "data" is a subfolder within your root directory, the plugin must be given the actual location of ".4apmount" and "data" for mounting.

For this, put file ".4apmount_redirect" into your root directory. In that file, the actual location of ".4apmount" and "data" needs to be specified: path={DESIRED PATH}/. Any subfolder depth is possible.

Please note: The redirect file does not replace the actual mount file ".4apmount", which still needs to be stored in "data".

# Example 1: No Redirect Required

  • data (root directory & mount point for plugin)
    • file .4apmount
    • files and folders of DAM

# Example 2: Redirect Required

  • root directory
    • .4apmount_redirect
    • data (mount point for plugin)
      • file .4apmount
      • files and folders of DAM
    • other folders
Request missing documentation