Announcement

Collapse
No announcement yet.

Homepage updates with incorrect Basehref

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Homepage updates with incorrect Basehref

    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

    #2
    This is a really big problem at this stage of development and I can't think why or when this started. But I desperately need this one fixed as soon as possible.

    Any ideas anybody?

    Comment


      #3
      Are you talking about Act_BrochurePrimary.html? (the overall layout template for your brochure page?) The BASE HREF tag for this needs to be:

      <Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF" FORCED=NETQUOTEVAR:BASEHREFFORCED/>

      for it to work.

      Comment


        #4
        Yes, that works nicely. Thanks again.

        Comment

        Working...
        X