View Full Version : Making shop page home page?
James Gladwin
27-Oct-2003, 10:59 AM
Sorry - an old chestnut, but I can't find neat answer elsewhere.
I don't want Brochure pages, how do I make the Shop page the default home page etc?
Sorry to be repetitive.....
Best - James
Darren
27-Oct-2003, 12:56 PM
Hi there.
There is some code in the help files that will help you. I have copied and pasted it here for convenience:
Advanced: Manually creating a web site home page
If you want to add some HTML that will automatically route visitors to the first page of your catalog home page, then try the following sample code. Copy the following code into 'Notepad' or an equivalent text editor and then save it as 'index.html'. Then, upload to the 'root' of your website. It assumes the online catalog is in "/acatalog".
<HTML>
<HEAD>
<META HTTP-EQUIV="refresh" CONTENT="0; URL='http://<mysite>/acatalog'">
<TITLE></TITLE>
</HEAD>
<BODY>
<P>Please wait to be forwarded to our catalog or press
<A HREF="http://<mysite>/acatalog">here</A>. </P>
</BODY>
</HTML>
Alternatively you can link the directory to your existing web site by adding the following suggested HTML:
<A HREF="mysite/acatalog/index.html">Online Catalog and Ordering</A>
where <mysite> must be replaced with details of your own site.
(c) Actinic Software Ltd
I hope this helps
garyhay
27-Oct-2003, 12:58 PM
Better to create a .htaccess file or change the setting in the Catalog database
rmladden
27-Oct-2003, 01:48 PM
See these two previous threads:
http://community.actinic.com/showthread.php?s=&threadid=3747
http://community.actinic.com/showthread.php?s=&threadid=3936
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.