function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
advanz123advanz123 

URL masking of domain name for sites

Hi ,

Actually while creating the site domain name in salesforce, it would be like "mycompany.force.com".

My client is asking, he needs the site url like "mycompany.com" i'e with out "force" word from the URL.

Is there any possiblity to make domain/ URL name like"http://mycompany.com"

Please guide me how to do it.

Thanks,
Parasuram
Vinit_KumarVinit_Kumar
You should be registering the CNAME(custom domain name) for site,as CNAME would redirect it to the URL where it has been CNAME'ed.

Go through the below link to learn more :-

https://help.salesforce.com/HTViewSolution?id=000003754&language=en_US

http://developer.force.com/cookbook/recipe/registering-a-custom-domain-for-your-force-com-site

hope this helps!!

If this helps,please mark it as best answer to help others :)
SrikanthKuruvaSrikanthKuruva
I am pretty sure that you cannot remove this "force.com" from the URL in salesforce. One idea I can think of is having a site "mycompany.com" created on a server and redirect this to "mycompany.force.com". Not sure if you will be happy with this. this is just my idean and I did not implement this.
May be you can raise a case with salesforce to see if they any other better option. Keep me posted.
Vinit_KumarVinit_Kumar
You can't remove the standard URL(i.e. with force.com) unless you have a custom domain or CNAME registered.