Hi,
I am using Zoom embedded in my own page. Everything has been easy (you seem have thought of everything) except for one problem.
I am using an overall mechanism where users can checkout the site source to any location, perform basic content editing, then build the site offline and upload the final result. As long as all paths are relative I can provide a zoom config file in the source and all users will get the same result.
I have set the Start directory and Output directory to relative paths:
Start directory: ../../release
Output directory: ../../release/php/zoom_search
Because zoom is embedded, the resultant urls should be relative to my search page, which is also in the root of /release, so I set
Base URL: /
But the resultant prefixes (looking in pagedata) are actually ./../release, instead of nothing.
This works ok in offline mode, but is incorrect when /release is uploaded to the root of the live site.
The implication is that it is using the Start directory as well as the Base URL to determine the final path. Why is that, and is there anything I can do to get the desired result?
I am using Zoom embedded in my own page. Everything has been easy (you seem have thought of everything) except for one problem.
I am using an overall mechanism where users can checkout the site source to any location, perform basic content editing, then build the site offline and upload the final result. As long as all paths are relative I can provide a zoom config file in the source and all users will get the same result.
I have set the Start directory and Output directory to relative paths:
Start directory: ../../release
Output directory: ../../release/php/zoom_search
Because zoom is embedded, the resultant urls should be relative to my search page, which is also in the root of /release, so I set
Base URL: /
But the resultant prefixes (looking in pagedata) are actually ./../release, instead of nothing.
This works ok in offline mode, but is incorrect when /release is uploaded to the root of the live site.
The implication is that it is using the Start directory as well as the Base URL to determine the final path. Why is that, and is there anything I can do to get the desired result?
Comment