On my test site, the link from 'logout' takes you to the site homepage
The same link applies when clicking "If you don't have an account, please click here to start shopping." on the login page.
The website url is specified as above in Business Settings and Network settings. In Design options, the home page link has 'Brochure' checked.
On my client's site (which I have inherited) the same links take you to the top level section page
The website url is specified as above in Business Settings and Network settings. In Design options, the home page link has 'Brochure' checked just as in my test site.
My test site home page link link is:
The client site link is
One has ../index.html the other just index.html.
Presumably this is generated by the ss000003.pl perl script?
Where does this reside on the local machine?
Which line of code makes SECTIONID=index.html rather than SECTIONID=../index.html
Thank you.
Code:
(ie: www.domainname.co.uk)
The website url is specified as above in Business Settings and Network settings. In Design options, the home page link has 'Brochure' checked.
On my client's site (which I have inherited) the same links take you to the top level section page
Code:
(ie: www.domainname.co.uk/acatalog/index.html)
My test site home page link link is:
Code:
http://www.graphicz.eu.com/site1/cgi/ss000003.pl?SECTIONID=../index.html&NOLOGIN=1
Code:
http://www.shs100.com/cgi-bin/ss000001.pl?SECTIONID=index.html&NOLOGIN=1
Presumably this is generated by the ss000003.pl perl script?
Where does this reside on the local machine?
Which line of code makes SECTIONID=index.html rather than SECTIONID=../index.html
Thank you.
Comment