Announcement

Collapse
No announcement yet.

I'm not using brochure pages so how can I force my shop page to be my home page?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    I'm not using brochure pages so how can I force my shop page to be my home page?

    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'.
Working...
X