Sometimes you want your site to open directly at the acatalog page - this is where all the links to the rest of the shop are, thus bypass the index at root (ie don't have a brochure page). This can be done at server level using htaccess (unix servers only).
Create a blank text file and add the following to it:
Redirect permanent /index.html http://www.YOURSITE.co.uk/acatalog/index.html
Then save it as '.htaccess' (no quotes, no .txt extension, dot in front).
Upload this file with an FTP program to the root directory on your server.
The 'Online Catalog' page in your content tree must have a 'base page name' of 'index.html'.
Create a blank text file and add the following to it:
Redirect permanent /index.html http://www.YOURSITE.co.uk/acatalog/index.html
Then save it as '.htaccess' (no quotes, no .txt extension, dot in front).
Upload this file with an FTP program to the root directory on your server.
The 'Online Catalog' page in your content tree must have a 'base page name' of 'index.html'.