Announcement

Collapse
No announcement yet.

Making acatalog/index.html and index.html same page?

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

    Making acatalog/index.html and index.html same page?

    Does anyone know how to make store top and brochure page the same.

    See http://www.tuliptoys.co.uk/acatalog/index.html

    I would like to also see this page at http://www.tuliptoys.co.uk/index.html

    Ideally I would like both page to be directed to the same page?

    Instead a get control panel and nothing else?

    Thanks.

    #2
    A redirect via htaccess is what you would do, but don't do it, both pages have a purpose and a use, look around at some good sites to see ideas on how to use them both.

    Comment


      #3
      Thanks.

      I can edit http://www.tuliptoys.co.uk/acatalog/index.html really easily, but for some reason I can't edit http://www.tuliptoys.co.uk/index.html. How do I go about doing this?

      What are fragments and brochure elements of the home page?

      Comment


        #4
        Lee has a very good tutorial on his site, there is a link in his signature to it.

        This will explain the index page, brochure and fragments

        Comment


          #5
          Ok got it!

          Next problem: For some reason even when I add fragments to the home page doesn't change. Last night when I was trying to get my home page and store top to be the same I copied my store top HTML onto home page. So the home page html is as follows:

          <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
          <html>
          <head>
          <title><actinic:variable name="PageTitle" /></title>
          <actinic:variable name="BaseHref" />
          <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
          <meta http-equiv="MSThemeCompatible" content="yes" />
          <actinic:block if="%28%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%21%3d%20%22Section%22%29%20AND%20%28%3cactinic%3avariable%20name%3d%22GlbMetaKeywords%22%20%2f%3e%20%21%3d%20%22%22%29" >
          <meta name="keywords" content="<actinic:variable name="GlbMetaKeywords" />" />
          </actinic:block>
          <actinic:block if="%28%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%21%3d%20%22Section%22%29%20AND%20%28%3cactinic%3avariable%20name%3d%22GlbMetaDescription%22%20%2f%3e%20%21%3d%20%22%22%29" >
          <meta name="description" content="<actinic:variable name="GlbMetaDescription" />" />
          </actinic:block>
          <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Section%22" >
          <actinic:block if="%3cactinic%3avariable%20name%3d%22MetaKeywords%22%20%2f%3e%20%21%3d%20%22%22" >
          <meta name="keywords" content="<actinic:variable name="MetaKeywords" />" />
          </actinic:block>
          </actinic:block>
          <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Section%22" >
          <actinic:block if="%3cactinic%3avariable%20name%3d%22MetaDescription%22%20%2f%3e%20%21%3d%20%22%22" >
          <meta name="description" content="<actinic:variable name="MetaDescription" />" />
          </actinic:block>
          </actinic:block>
          <actinic:block if="%3cactinic%3avariable%20name%3d%22IsP3PPolicyUsed%22%20%2f%3e" ><link rel="P3Pv1" href="<actinic:variable name="P3PFullPolicyLink" />"></actinic:block>
          <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%21%3d%20%22Contact%20Us%22" >
          <actinic:variable value="Script for Blocking Unregistered Customers" name="UnregCustomerMessage" if="%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e%20%3d%3d%20FALSE" />
          </actinic:block>
          <link href="actinic.css" rel="stylesheet" type="text/css">
          <script language="javascript" type="text/javascript" src="actiniccore.js"></script>
          <script language="javascript" type="text/javascript" src="actinicextras.js"></script>

          <!-- Placeholder of cookie checking javascript code. Do not remove it! -->
          <Actinic:COOKIECHECK />

          <script language="javascript" type="text/javascript">
          <!--
          saveReferrer();
          // -->
          </script>

          <actinic:block if="%28%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27PSP%20Bounce%20Page%27%29%20AND%20%28%3cactinic%3avariable%20name%3d%22IsPSPTestMode%22%20%2f%3e%20%3d%3d%20false%29" >
          <script language="JavaScript" type="text/javascript">
          <!--
          function onLoad()
          {
          document.formOCC.submit();
          }
          // -->
          </script>
          </actinic:block>

          </head>

          <body onload="<actinic:variable name="OnLoadScript" value="PreloadImages" />">



          <actinic:variable name="HeaderArea" value="Header Area - Nothing in Row 1 - Search in Row 2" />
          <CENTER>
          <p style="font-size: 150%;">No1 for Wooden Trains<p></CENTER>

          <table width="100%" cellspacing="0" cellpadding="5" border="0">
          <tr>
          <td valign="top" class="sidebar">
          <div align="center">
          <actinic:variable name="NavigationBar" value="Vertical Nav Bar Images" />
          </div><br />
          <actinic:variable name="ShoppingCartSummary" /><br />
          <actinic:variable name="TopLevelSectionList" if="%3cactinic%3avariable%20name%3d%22IsTopSectionListIncluded%22%20%2f%3e" /><br />
          <actinic:variable value="Sidebar Coupon Field" name="CouponEntryField" if="%3cactinic%3avariable%20name%3d%22CaptureCoupon%22%20%2f%3e" />
          <actinic:variable name="BestSellerListSidebar" if="%3cactinic%3avariable%20name%3d%22BestSellersListInSidebar%22%20%2f%3e" /><br />
          <actinic:variable name="NewProductListSidebar" if="%3cactinic%3avariable%20name%3d%22NewProductsListInSidebar%22%20%2f%3e" />
          </td>
          <td valign="top" class="bulk">
          <a name="top"></a>
          <actinic:block if="%3cactinic%3avariable%20name%3d%22IsNotPreviewMode%22%20%2f%3e" >
          <!-- When logged in, this gives the company name, username and a login link -->
          <actinic:variable name="NowServing" /><actinic:variable name="CurrentAccount" /><actinic:variable name="LogoutSimple" /><br />
          </actinic:block>

          <div align="center">

          </div>

          <actinic:variable name="INNERLAYOUT" />

          <div align="center">
          <actinic:variable name="HeaderFooter" value="Footer Text" />
          </div>



          <br /><br />
          <script language='javascript'>var dreamstime_myimages='';</script><script src='http://www.dreamstime.com/allimages.php?cid=517490&s=1' language='javascript'></script><script language='javascript'>document.write(dreamstime_myimages);</script>
          <table cellpadding="0" cellspacing="0" width="100%"><tr><td>
          <b>Latest <a href="http://www.dreamstime.com/resp517490">stock photos</a> on <a href="http://www.dreamstime.com/resp517490" target="_blank">Dreamstime</a></b></td>
          <td align=right><A href="http://www.dreamstime.com/resp517490" target="_blank"><IMG
          alt="Stock Photography Community" src="http://www.dreamstime.com/img/portfolio_but.jpg" height=26 width=134
          border=0></A></td></tr>
          </table></td></tr></table>
          </td></tr></table>

          <actinic:variable name="ReferrerLink" />

          </td>
          </tr>
          </table>


          </body>

          </html>


          Is this whats causing the problem?

          Comment

          Working...
          X