Zen Cart Logo
Forums / General Questions / Sub Domains with content

Sub Domains with content

Locked

Views: 600

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
12 Apr 2010, 4:06 PM
#1
crimson_skye avatar

crimson_skye

New Zenner

Join Date:
Apr 2010
Posts:
3
Plugin Contributions:
0

Sub Domains with content

Im running Zen Cart on the Main Directory. type the URL, I hit the Zen Cart Home.

Part of my business is custom work, as well as shop items. What I am wondering.. Is it safe to add subdomains to my site, which may contain scripts, dont know yet, and not screw up the zen cart main directory?

One of the things I want to add is a photo album. I'm likely to build this in flash. I may add a forum at some point too, likely PHPbb since I am already familiar with it.

Is it safe to just go ahead and drop these into sub domains of the main site? or is there something complex I need to do, and will it play nice with zen cart?

Thanks :D

12 Apr 2010, 5:01 PM
#2
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Sub Domains with content

It is generally safe to have sub-domains.

There are some considerations:

Having visitors navigate OUT of zencart runs the risk of their session expiring. If they spend more than a certain time out of the zencart "section", their session will expire, resulting in (for example) any shopping cart being "emptied".

phpBB will integrate with ZC. There is lots of info on that.

12 Apr 2010, 5:03 PM
#3
g1smd avatar

g1smd

Zen Follower

Join Date:
Mar 2010
Location:
UK
Posts:
449
Plugin Contributions:
0

Re: Sub Domains with content

In general a subdomain should be treated by the server as a completely different site. It's rare that there's a problem.

The most likely issue is where the sub-domains are added as folders under the main domain, and therefore can be accessed both as subdomainname.example.com and www.example.com/subdomainname/.

Some simple redirects can block the latter from directly serving Duplicate Content.

12 Apr 2010, 5:07 PM
#4
crimson_skye avatar

crimson_skye

New Zenner

Join Date:
Apr 2010
Posts:
3
Plugin Contributions:
0

Re: Sub Domains with content

Hey

Thanks for clearing that up, the person who started this site for me said there would be tons of problems, hard to believe since I imagine a lot of differetn OScommerce, inluding Zen can be run on subdomains themselves.

Thanks Again!

12 Apr 2010, 5:08 PM
#5
crimson_skye avatar

crimson_skye

New Zenner

Join Date:
Apr 2010
Posts:
3
Plugin Contributions:
0

Re: Sub Domains with content

Thanks for the PHPbb info Ill search that up :)