Announcement

Collapse
No announcement yet.

I don't want to change my base page name to index.html but when customers view...

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

    I don't want to change my base page name to index.html but when customers view...

    I don't want to change my base page name to index.html but when customers view http://[domain]/acatalog/, they can see the directory listing.

    On the content tree, click the green 'Online Catalogue' icon and on the 'Page Settings' tab change 'Base Page Name' to 'index.html'.

    If you would prefer not to do this, create a manual index.html and add some HTML that will automatically route visitors to the first page of your catalog home page. Copy the following code into 'Notepad' or an equivalent text editor and then save it as 'index.html' and upload it to the 'acatalog' folder of your website.

    <HTML>
    <HEAD>
    <META HTTP-EQUIV="refresh" CONTENT="0; URL='http://<domain>/acatalog/<pagename>'">
    <TITLE></TITLE>
    </HEAD>
    <BODY>
    <P>Please wait to be forwarded to our catalogue or click <A HREF="http://<domain>/acatalog/<pagename>">here</A>.</P>
    </BODY>
    </HTML>

    Replace <domain> with your domain name and <pagename> with the base page name.
Working...
X