Announcement

Collapse
No announcement yet.

Change the catalog to index.html in root.

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

    Change the catalog to index.html in root.

    Please advise how we can change the shop to appear as the index home page.
    I have gone into the settings from acatalog in network settings but actinic still keeps putting all the pages in acatalog/ folder.

    Can you help please as I would like the shop as the home page & have searched on forum for answer.,

    #2
    This is in the Actinic Help files:

    Creating A Home Bounce Page
    Nearly all the HTML pages for your online store are kept within a sub-folder on your website the online store folder. The exception to this is the 'Brochure Home Page', which can be uploaded to the directory level above the online store folder on your website. See Creating A Brochure Page for more details on the brochure home page.

    If you do not want to use a brochure home page, and you just want customers to go straight into the online store folder when they first visit your website, then you could do the following:

    Copy the following code into 'Notepad' or an equivalent text editor and then save it as 'index.html' somewhere on your PC.

    Then, use a standard FTP package to upload the file to the 'document root' of your website. This will usually be the directory that the online store folder is within.



    Code:
    <html>
    
      <head>
    
        <meta http-equiv="refresh" content="0; url='http://<your.URL>/<OnlineStoreFolderName>'">
    
        <title>Online Store</title>
    
      </head>
    
      <body>
    
        <p>Please wait to be forwarded to our store or press 
    
        <a href=" http://<your.URL>/<OnlineStoreFolderName>">here</a>. </p>
    
      </body>
    
    </html>


    <your.URL> must be replaced with the web address of your own site.

    <OnlineStoreFolderName> is the name of your online store folder

    Army Gore-tex
    Winter Climbing Mitts
    webD's Blog: Website design, SEO and other ramblings…
    Twitter LinkedIN

    If you think a post is good, rate it!

    Find the answers in the Knowledge Base | Have you read the User Guides

    Comment


      #3
      Thank you for your time that gives us a solution for now.



      It seems crazy that actinic will not allow the catalogue as the landing page.

      http://www.bambinogifts.com/

      Comment

      Working...
      X