Hi,
To take a logged in user out of the acatalog folder and up a level - in this case index.html - requires a) an appropriate relative link and b) a manually-typed basehref on the index.html page in the form of:
<Actinic:BASEHREF value="http://www.url.com/"/>
That works fine. However, when I make changes to the homepage Actinic updates the index.html page on the server and in doing so it replaces the above basehref with an Actinic-generated:
<Actinic:BASEHREF value="http://www.url.com/acatalog/"/
But the in the local folder the index.html page has the correct basehref. It has to be manually ftp'd to site, and the old page overridden, in order to get this back working.
Any advice would welcomed.
DB
To take a logged in user out of the acatalog folder and up a level - in this case index.html - requires a) an appropriate relative link and b) a manually-typed basehref on the index.html page in the form of:
<Actinic:BASEHREF value="http://www.url.com/"/>
That works fine. However, when I make changes to the homepage Actinic updates the index.html page on the server and in doing so it replaces the above basehref with an Actinic-generated:
<Actinic:BASEHREF value="http://www.url.com/acatalog/"/
But the in the local folder the index.html page has the correct basehref. It has to be manually ftp'd to site, and the old page overridden, in order to get this back working.
Any advice would welcomed.
DB
Comment