Hi All,
I developed a site at www.temperature-indicators.co.uk but I have noticed a strange issue with the login url.
The URL returned by
is http://www.temperature-indicators.co...NID=index.html and this works fine
However on certain pages (http://www.temperature-indicators.co...or_Labels.html for example)
the Login URL is http://www.temperature-indicators.co...NID=index.html which gives a 404 error
the difference being the ss000001.pl changing to ss900001.pl on the none working link.
in Fact the login url is using the ss900001.pl script for every product under this section http://www.temperature-indicators.co...nd_labels.html
I just can't understand why it is different. The same layout is being used for all and the layout references the LoginPageUrl variable as they should.
I apologise if I have missed any previous posts/solutions for this issue
thanks,
Jan
www.rebelit.co.uk
I developed a site at www.temperature-indicators.co.uk but I have noticed a strange issue with the login url.
The URL returned by
Code:
<a href="<actinic:variable name="LoginPageURL" />" target="_self"><span><actinic:variable name="LoginText" /></span></a>
However on certain pages (http://www.temperature-indicators.co...or_Labels.html for example)
the Login URL is http://www.temperature-indicators.co...NID=index.html which gives a 404 error
the difference being the ss000001.pl changing to ss900001.pl on the none working link.
in Fact the login url is using the ss900001.pl script for every product under this section http://www.temperature-indicators.co...nd_labels.html
I just can't understand why it is different. The same layout is being used for all and the layout references the LoginPageUrl variable as they should.
I apologise if I have missed any previous posts/solutions for this issue
thanks,
Jan
www.rebelit.co.uk
Comment