osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

Install in ROOT or CATALOG Folder???

This is a discussion on Install in ROOT or CATALOG Folder??? within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; Hey Gang, new user here.... I am wondering if it really makes much difference whether you install into the ROOT ...


Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > osCommerce 2.2 Installation Help

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 11-10-2003, 09:17 PM
Lurker
 
Join Date: Nov 2003
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Masalai
Default Install in ROOT or CATALOG Folder???

Hey Gang, new user here.... I am wondering if it really makes much difference whether you install into the ROOT folder, or PUBLIC_HTML folder on your server or if you should use the CATALOG structure as it is in the .rar file???

What are the pro's and con's if any???

Also, if you do install it into the CATALOG folder, do your visitors have to type in www.yourlocalsite.com/catalog/index.php in order to view the site or is there a way to set it up where even if it is in the CATALOG folder they can just type in www.yourlocalsite.com and still get the index.php page???

Thanks in advance for your answer...

p.s. this is an awesome release!!! after battling all the contribs that I wanted and getting them all to work okay it is good to see them all put together already. Great job!!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 11-11-2003, 12:44 PM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Location: Manitoba, Canada
Posts: 1,808
Thanks: 5
Thanked 105 Times in 91 Posts
Rep Power: 12
jpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to all
Default

You can use .htaccess to redirect to the required URL. This is much like if you type say www.onesite.com - your directed to www.mainsite.net .....

The OTHER option would to make an INDEX.HTML on the main root directory (like an intorductory page or such...) that would have a link to your "store". Or to make it say "One moment while we load yourlocalsite.com -this may take a few seconds on a slow connection. This site is optimzed for IE 5+ or Netscape...etc." then add a 2-3 sec pause.

Watch for MAX 1.8 coming soon!!!!
__________________
JPF - osCMax Fourm Moderator
Try out our osCMax at: Live Catalog Demo
Limited access Admin: Live Admin Demo
Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 11-11-2003, 04:20 PM
Lurker
 
Join Date: Nov 2003
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Masalai
Default Thansk for reply...

So from what I gathered it really doesn't matter where you put the install then, if you can edit the .htaccess file to point into the CATALOG directory then it is essentially the same as if you installed straight to the PUBLIC_HTML folder...

Thanks for the reply...

1.8 I'm sure is gonna rock, can't wait !!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 11-11-2003, 08:01 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 11,065
Thanks: 81
Thanked 348 Times in 327 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default

Yes, you can put it wherever you want! Just get your paths right...
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. Default multi server configuration for exceptional performance!

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 11-17-2003, 02:47 AM
msharif's Avatar
New Member
 
Join Date: Nov 2003
Location: Ipswich Suffolk
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
msharif
Default

Quote:
Originally Posted by msasek
Yes, you can put it wherever you want! Just get your paths right...
I have installed it in the www.myserver.net/catalog directory and just put a small index.html file with the following:-

=========================================


<SCRIPT>

location="http://www.fonerepublic.net/catalog"

</SCRIPT>


=====================================

Whenever somebody types in www.myserver.com they get automatically diverted to www.myserver.com/catalog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 11-17-2003, 10:48 AM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Location: Manitoba, Canada
Posts: 1,808
Thanks: 5
Thanked 105 Times in 91 Posts
Rep Power: 12
jpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to all
Default

The orginal question was if some on type www.your_site.com that it would still load www.your_site.com/catalog/index.php......

Which this does. However IF you want to HIDE the URL - you could try using a PHP "require" to bound your WHOLE OSC site it into a separate table.

ie: type and would stay at: www.your_site.com it would then load a sing box table that would load www.your_site.com/catalog/index.php......

I don't know if that would work very well...

In this suituatuion it would be better to load OSC instead of in the /catalog/ direcotry but load it into root ie: / where you have to remember that when people say "catalog" for contributuions or examples that you change it to be in your ROOT web site directory.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 12-29-2003, 05:05 PM
Lurker
 
Join Date: Dec 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
dgerler
Default

Can anybody direct me to direction for modifying the htaccess files for the redirect?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Moved catalog from /catalog/ to root and now no images_big Redeye_Joe osCMax v2 Features Discussion 3 05-01-2006 06:01 PM
Can't install Oscommerce - only one script in root directory dalglish osCommerce 2.2 Installation Help 1 01-16-2005 01:09 PM
catalog/install/install.php?step=2 repeats devarajan.g osCommerce 2.2 Installation Help 2 12-19-2004 08:54 PM
/catalog/install/install.php?step=2 just hanging geller osCommerce 2.2 Installation Help 0 12-03-2003 02:34 PM
Change root directory for /catalog after installation??? xavier_8_29_98 osCommerce 2.2 Installation Help 6 09-27-2003 05:36 PM


All times are GMT -8. The time now is 01:15 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax