Announcement

Collapse
No announcement yet.

Setting home page

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

    Setting home page

    Hi

    I want to set my home page as the first page of the catalogue/shop - me web designer had set it but the system ran out of bandwidth and went down for 20 minutes and it has reverted to the original home page.

    I cant get hold of busy web designer to reset it

    Any help much appreciated

    Sorry for posting in here but my actinic is v6

    #2
    Hi there

    Just want to clarify something, do you mean your brochure page to be index page, then just highlight the picture of the house, and simply tick where it says "Use as Home Page".

    If you mean you want to set your store page to be your home page?, then please try the following.

    Create a new index.html page

    Put the following code in the index.html page
    Code:
    <HTML>
    <HEAD>
    <META HTTP-EQUIV="refresh" CONTENT="0; URL='http://<mysite>/acatalog'">
    <TITLE>Online Store</TITLE>
    </HEAD>
    <BODY>
    <P>Please wait to be forwarded to our store or press 
    A HREF="http://<mysite>/acatalog">here</A>. </P>
    </BODY>
    </HTML>
    <mysite> must be replaced with the web address of your own site.

    Put this in the root of your website. You need to have an ftp software like CuteFTP to do this.

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment

    Working...
    X