any settings for keeping domain "www" ?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 years ago
Is there any settings in nop 2.6 by which i can keep the domain to "www" and not "domain.com" ?

I know it can be done by code in global file but i want to know before touching the code if nop offers this feature by default ?
11 years ago
That's a DNS setting, nonthing to do with the codebase.

The right way to do it is to create a CNAME record for the third-level domain name (www) to point at the plain name (domain.com).

This can be usually done on the control panel of your dns name registrant, unless you don't manage your own dns servers (rarely the case).
11 years ago
It can be done by code like

https://www.nopcommerce.com/boards/t/16317/domaincom-redirect-to-wwwdomaincom-help-please.aspx?p=2
https://www.nopcommerce.com/boards/t/12626/how-to-redirect-examplecom-to-wwwexamplecom-in-nop-commerce-19.aspx
https://www.nopcommerce.com/boards/t/10962/switching-between-www-and-non-www.aspx

for users who don't have these settings in control panel of server or full control, a setting in website is helpful and that is what i am talking about.

see http://nopcommerce.codeplex.com/workitem/10318
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.