Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Type www.site.com but not going to catalog?


PiGGiEE

Recommended Posts

if you want it to show up you need to either have a redirect to point to the catalog directory or move the full installation out from the catalog directory and put it in the root. To do the redirect just create an index.htm page in the root and insert the following code

<script>

window.location.replace("http://www.site.com/catalog/")

</script>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...