Home : Digital Asset Management : OE Toolbar : Editing the Layout : Fall Back Directory
Fall Back Directory
The fallbackdirectory property can be used to check more than one place for a page content.
For example if you wanted a web browser to find this page:
http://www.server.com/page1.html
But get the content from here /productspecs/page1.html
You can setup this file /_default.xconf
<page>
<property name="fallbackdirectory">/productspecs</property>
</page>
This way if the page is not found on the root directory it will look into the /productspecs directory.
You may want to turn off editing from the home directory. Otherwise when the /page1.html is saved it will be saved into the root level directory.
