Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Moving OSC to root directory on live site...Tips/Tricks?


westkoast

Recommended Posts

OK, is it as simple as changing the two configuration files? Or are there other changes that need to be made too?

 

Part of the reason for this move is I would like to use the header, and footer includes on all pages (even the static pages), and include the "application_top.php" on ALL pages to keep users carts full even when they're not in the store section of the site.

 

The only scary thing is that the store is live, and I don't want to mess something up.

I need to read the rules more often...

Link to comment
Share on other sites

Just choose your lowest traffic hour (check your logs) and move everything down from catalog to / Then change configure.php and you're finished. Done it before without any problems.

 

Mattice

 

Ps: it's real easy on linux if you have shell access..

>cd catalog

> mv * ../

> vi ../includes/configure.php

edit, save, done.

"Politics is the art of preventing people from taking part in affairs which properly concern them"

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...