Testing Actinic on a local Windows server using Apache I used an uppercase character in the site path for the directory under htdocs.
I.e. my catalog was in htdocs/v6Test/acatalog. All the network settings reflected this.
When viewing the site the checkout pages were broken as Catalog seemed to be converting all characters from my network setting entries to lowercase and good old Apache was being case sensitive.
The solution was to rename my site directory to be htdocs/v6test/acatalog (note that lowercase "t" in test) and change all the network settings to be lowercase throughout.
Norman
I.e. my catalog was in htdocs/v6Test/acatalog. All the network settings reflected this.
When viewing the site the checkout pages were broken as Catalog seemed to be converting all characters from my network setting entries to lowercase and good old Apache was being case sensitive.
The solution was to rename my site directory to be htdocs/v6test/acatalog (note that lowercase "t" in test) and change all the network settings to be lowercase throughout.
Norman
Comment