Hey guys,
Basically i have added some static links into the Act_primary template to help the store remain united with the other non-commerce pages. This all works fine in general.
So, for instance i have a link to ../recycling.htm which goes back out of the /acatalog/ folder into the root.
However, if you login to the store, the simple link shown above becomes
So when you click it you end up in the /cgi-bin/ folder, meaning all the links to the images are completely wrong, i have tried uploading the required images to a /cgi-bin/images/ folder but they refuse to show through a browser. I'm assuming there is some server setting somewhere which sets what files the cgi-bin folder can display? Any chance of me setting this to allow the images? Or, fixing the way static links are used once a user is logged in.
Thanks in advance guys. Andy
EDIT// it shortened the link, so i stuck it in a code block
Basically i have added some static links into the Act_primary template to help the store remain united with the other non-commerce pages. This all works fine in general.
So, for instance i have a link to ../recycling.htm which goes back out of the /acatalog/ folder into the root.
However, if you login to the store, the simple link shown above becomes
Code:
http://sbs.binamics.co.uk/cgi-bin/bb000001.pl?ACTINIC_REFERRER=http://sbs.binamics.co.uk/cgi-bin/bb000001.pl&PRODUCTPAGE=../services.htm
Thanks in advance guys. Andy
EDIT// it shortened the link, so i stuck it in a code block
Comment