michaeltosstheball Posted February 7, 2014 Posted February 7, 2014 I have a .us, .biz and .com site.. Is there a way to set this up, so when I goto the store while on my .biz site.. it doesnt redirect to my .com site once I start to use the store section
MrPhil Posted February 7, 2014 Posted February 7, 2014 Most hosts offer some sort of "add-on domain" capability. The add-ons are usually under the main root directory, and even though they are seen as independent sites, they still pass through the root's .htaccess file first. Make sure you don't have anything in /.htaccess that will unconditionally redirect. You may need to check either the HTTP_HOST condition, or the REQUEST_URI for the subdirectory, depending on how you "see" each add-on at that point. I would guess that you've got something in your main (.com) .htaccess that is being applied to your .biz and .us add-ons, and you need to revise the .htaccess to exclude them.
burt Posted February 7, 2014 Posted February 7, 2014 osCommerce works on one domain set in the configure file. Sounds like you want to have 3 different domains with 1 shop, which is not possible unless you are going to dig into the code to enable that. If you do go down this route, I suspect that you'll have insurmountable problems with the Search Engines in terms of duplicate content; 3 domains carry the exact same info.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.