I have html coded my navigation map within act_primary using relative links.
This works fine, but when I either upload the site or take a snapshot I get the following message:
"Warning: The HTML templates specify source files (with "SRC=" commands) that reside in directories other than the acatalog directory on the web site. Actinic can not handle these files and they are being omitted from the list of files to upload.
No source files in the templates should have a path. Store them in the site specific directory locally, and they will be uploaded to the Actinic web directory."
It gives me the option of not showing this warning again, and I have deduced that is the "../index.html" link that it dislikes. this is the only link that uses the "/".
As it seems to work fine, should I just tick the don't show this again box and carry on, or am I likely to have further problems?
This works fine, but when I either upload the site or take a snapshot I get the following message:
"Warning: The HTML templates specify source files (with "SRC=" commands) that reside in directories other than the acatalog directory on the web site. Actinic can not handle these files and they are being omitted from the list of files to upload.
No source files in the templates should have a path. Store them in the site specific directory locally, and they will be uploaded to the Actinic web directory."
It gives me the option of not showing this warning again, and I have deduced that is the "../index.html" link that it dislikes. this is the only link that uses the "/".
As it seems to work fine, should I just tick the don't show this again box and carry on, or am I likely to have further problems?
Comment