nabster Posted May 19, 2003 Posted May 19, 2003 Hello, I am developing a website for a retail clothing store. They have casual, sport wear and suits. They want to have 3 stores, one for casual, one for sport wear and one for suits. All on the same domain. It would be 'http://www.mydomain.com/casualstore' , 'http://www.mydomain.com/sportwearstore', 'http://www.mydomain.com/suitsstore'. All three stores will be in the same domain but different directories as stated above. How can I set it up so if the customer visits the site and decides to goto 'http://www.mydomain.com/casualstore' and buy a casual shirt and then he clicks the sport wear store button and it takes him to 'http://www.mydomain.com/sportstore' and gets a sporty jacket. Then when he checks out from the sport wear store, how can I get the cart to carry over the items he added from the casual store. ?[b/] Some one please help.. Thanks in advance Bill :P
Guest Posted May 19, 2003 Posted May 19, 2003 I would not suggest moving the files or creating 3 different stores. mod_rewrite can be used to mask the url /casual/ to the appropriate script. Check out mod_rewrite if your server supports it http://www.engelschall.com/pw/apache/rewriteguide/ -R
Recommended Posts
Archived
This topic is now archived and is closed to further replies.