Jump to content

Making the Store the Index Page


Guest

Recommended Posts

thats fine, just install it in the root.

if you have already installed and you need to move back up a directory, do a forum search as instructions for this have been posted a few times

Link to comment
Share on other sites

or use:

<html>

<head>

<title>Your_Page_Title</title>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<meta http-equiv="Refresh" content="0; url="http://www.yourdomain.com/store">

<script>

window.location="http://www.yourdomain.com/store";

</script>

</head>

<body>

&nbsp;

</body>

</html>

as your index.html in your top level directory to redirect to your store,

or make a custom .htaccess redirect (nah! to complicated)

or make a page with a manual link to the store or....

Just use the redirect script - it's easy!

Link to comment
Share on other sites

What Roban and Sculptex said is true, but if you need to keep the cart in a directory under your root (so that you can have other files or directories in your root with same names as cc ones) yet you want visitors to go to the cart first then I'd still advise my redirect (posted above).

Link to comment
Share on other sites

  • 2 weeks later...

Note that if you have already installed your cubecart into the /store/ directory, and have it up and running there....simply moving the files to the root will crash the store as it is configured in settings to look for the store files in /store/ so you would also need to change the path manually in the database table store_config via phpmyadmin.

If you have it installed in the /store/ directory, but don;t have any products installed yet, the easiest way to do it is as sculptex and roban have said, and just run through the installation process again by going to yourdomain.com/install.php

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...