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 ...



Find us on Facebook
Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > osCommerce 2.2 Installation Help

Connect with Facebook Register FAQDonate Members List Calendar Mark Forums Read


Closed Thread

 

LinkBack Thread Tools
  #1  
Old 11-10-2003, 08: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!
  #2  
Old 11-11-2003, 11:44 AM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Location: Manitoba, Canada
Posts: 2,681
Thanks: 12
Thanked 214 Times in 196 Posts
Rep Power: 20
jpf has much to be proud ofjpf has much to be proud ofjpf has much to be proud ofjpf has much to be proud ofjpf has much to be proud ofjpf has much to be proud ofjpf has much to be proud ofjpf has much to be proud ofjpf has much to be proud of
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 - To contact, post on the forum or click here
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, 03: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, 07:01 PM
michael_s's Avatar
osCMax Developer


 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 15,763
Thanks: 139
Thanked 609 Times in 521 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

*** Do not PM me requesting paid help. The only paid work I do is for AABox Web Hosting customers ***

Stay Up To Date with everything osCMax:
Free osCMax Newsletters - Security notices, New Releases, osCMax News
osCMax on Twitter - Up to the minute info as it happens. Know it first.

osCMax User Manual - osCMax Templates - Advanced Template Tutorial

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 11-17-2003, 01: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, 09:48 AM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Location: Manitoba, Canada
Posts: 2,681
Thanks: 12
Thanked 214 Times in 196 Posts
Rep Power: 20
jpf has much to be proud ofjpf has much to be proud ofjpf has much to be proud ofjpf has much to be proud ofjpf has much to be proud ofjpf has much to be proud ofjpf has much to be proud ofjpf has much to be proud ofjpf has much to be proud of
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, 04: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!
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 05:01 PM
Can't install Oscommerce - only one script in root directory dalglish osCommerce 2.2 Installation Help 1 01-16-2005 12:09 PM
catalog/install/install.php?step=2 repeats devarajan.g osCommerce 2.2 Installation Help 2 12-19-2004 07:54 PM
/catalog/install/install.php?step=2 just hanging geller osCommerce 2.2 Installation Help 0 12-03-2003 01:34 PM
Change root directory for /catalog after installation??? xavier_8_29_98 osCommerce 2.2 Installation Help 6 09-27-2003 04:36 PM


All times are GMT -8. The time now is 04:07 PM.


Powered by vBulletin®
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO
Copyright 2009 osCMax
Inactive Reminders By Icora Web Design