i've run into the probelem a few times that is caused by the fact that index.html is outside the acatalog folder...
such as a href link to a pdf that was in the acatalog folder... i got round it by putting some block conditionals around it that uses the IsFrontPage boolean and then if true adds "/acatalog/" to the url...
is this the general way to get around it or is there a better way?
such as a href link to a pdf that was in the acatalog folder... i got round it by putting some block conditionals around it that uses the IsFrontPage boolean and then if true adds "/acatalog/" to the url...
is this the general way to get around it or is there a better way?
Comment