Set Up Vanity URL [closed]
up vote
1
down vote
favorite
I have been asked to set up a vanity url. Essentially, the force.com page should point to a more user friendly web address. There needs to be one for internal users and one for external users. I have no idea what I'm doing. I've read through some documentation. From one I understand this needs to be either a custom url or an apex class. I've been instructed no to write code, so I'd like to avoid the apex class, if possible. There is already a site set up for the force.com url. When I try to set up the custom url, I'm told we need to register the CNAME. I have also been asked what the url should point to? I have no idea.
Any help would be appreciated at this point.
Thanks
force.com-sites custom-url
closed as unclear what you're asking by David Reed, Pranay Jaiswal, battery.cord, glls, Raul Nov 12 at 13:22
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
1
down vote
favorite
I have been asked to set up a vanity url. Essentially, the force.com page should point to a more user friendly web address. There needs to be one for internal users and one for external users. I have no idea what I'm doing. I've read through some documentation. From one I understand this needs to be either a custom url or an apex class. I've been instructed no to write code, so I'd like to avoid the apex class, if possible. There is already a site set up for the force.com url. When I try to set up the custom url, I'm told we need to register the CNAME. I have also been asked what the url should point to? I have no idea.
Any help would be appreciated at this point.
Thanks
force.com-sites custom-url
closed as unclear what you're asking by David Reed, Pranay Jaiswal, battery.cord, glls, Raul Nov 12 at 13:22
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I have been asked to set up a vanity url. Essentially, the force.com page should point to a more user friendly web address. There needs to be one for internal users and one for external users. I have no idea what I'm doing. I've read through some documentation. From one I understand this needs to be either a custom url or an apex class. I've been instructed no to write code, so I'd like to avoid the apex class, if possible. There is already a site set up for the force.com url. When I try to set up the custom url, I'm told we need to register the CNAME. I have also been asked what the url should point to? I have no idea.
Any help would be appreciated at this point.
Thanks
force.com-sites custom-url
I have been asked to set up a vanity url. Essentially, the force.com page should point to a more user friendly web address. There needs to be one for internal users and one for external users. I have no idea what I'm doing. I've read through some documentation. From one I understand this needs to be either a custom url or an apex class. I've been instructed no to write code, so I'd like to avoid the apex class, if possible. There is already a site set up for the force.com url. When I try to set up the custom url, I'm told we need to register the CNAME. I have also been asked what the url should point to? I have no idea.
Any help would be appreciated at this point.
Thanks
force.com-sites custom-url
force.com-sites custom-url
asked Nov 9 at 14:13
SalesforceAdminKanova
463
463
closed as unclear what you're asking by David Reed, Pranay Jaiswal, battery.cord, glls, Raul Nov 12 at 13:22
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
closed as unclear what you're asking by David Reed, Pranay Jaiswal, battery.cord, glls, Raul Nov 12 at 13:22
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
5
down vote
This article will walk you through it:
https://help.salesforce.com/articleView?id=000205653&language=en_US&type=1
Basically, if you want the site to point to www.mycoolsite.com then you would register that domain if you don't already have it, and then point the new domain to your force.com site by updating the CNAME using the unique name SF provides e.g.
www.mycoolsite.com.00d200000005pikra.live.siteforce.com
You can then create a Domain record in SFDC and point your force.com site at that domain bu updating the Site Info for that Site.
If you want to use HTTPS you may need to get a SSL Certificate and upload that to SFDC as well.
1
Excellent. This is basically what I was thinking from everything I've read. Nice to have confirmation. Thanks
– SalesforceAdminKanova
Nov 9 at 14:36
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
5
down vote
This article will walk you through it:
https://help.salesforce.com/articleView?id=000205653&language=en_US&type=1
Basically, if you want the site to point to www.mycoolsite.com then you would register that domain if you don't already have it, and then point the new domain to your force.com site by updating the CNAME using the unique name SF provides e.g.
www.mycoolsite.com.00d200000005pikra.live.siteforce.com
You can then create a Domain record in SFDC and point your force.com site at that domain bu updating the Site Info for that Site.
If you want to use HTTPS you may need to get a SSL Certificate and upload that to SFDC as well.
1
Excellent. This is basically what I was thinking from everything I've read. Nice to have confirmation. Thanks
– SalesforceAdminKanova
Nov 9 at 14:36
add a comment |
up vote
5
down vote
This article will walk you through it:
https://help.salesforce.com/articleView?id=000205653&language=en_US&type=1
Basically, if you want the site to point to www.mycoolsite.com then you would register that domain if you don't already have it, and then point the new domain to your force.com site by updating the CNAME using the unique name SF provides e.g.
www.mycoolsite.com.00d200000005pikra.live.siteforce.com
You can then create a Domain record in SFDC and point your force.com site at that domain bu updating the Site Info for that Site.
If you want to use HTTPS you may need to get a SSL Certificate and upload that to SFDC as well.
1
Excellent. This is basically what I was thinking from everything I've read. Nice to have confirmation. Thanks
– SalesforceAdminKanova
Nov 9 at 14:36
add a comment |
up vote
5
down vote
up vote
5
down vote
This article will walk you through it:
https://help.salesforce.com/articleView?id=000205653&language=en_US&type=1
Basically, if you want the site to point to www.mycoolsite.com then you would register that domain if you don't already have it, and then point the new domain to your force.com site by updating the CNAME using the unique name SF provides e.g.
www.mycoolsite.com.00d200000005pikra.live.siteforce.com
You can then create a Domain record in SFDC and point your force.com site at that domain bu updating the Site Info for that Site.
If you want to use HTTPS you may need to get a SSL Certificate and upload that to SFDC as well.
This article will walk you through it:
https://help.salesforce.com/articleView?id=000205653&language=en_US&type=1
Basically, if you want the site to point to www.mycoolsite.com then you would register that domain if you don't already have it, and then point the new domain to your force.com site by updating the CNAME using the unique name SF provides e.g.
www.mycoolsite.com.00d200000005pikra.live.siteforce.com
You can then create a Domain record in SFDC and point your force.com site at that domain bu updating the Site Info for that Site.
If you want to use HTTPS you may need to get a SSL Certificate and upload that to SFDC as well.
answered Nov 9 at 14:29
BritishBoyinDC
8,8772763
8,8772763
1
Excellent. This is basically what I was thinking from everything I've read. Nice to have confirmation. Thanks
– SalesforceAdminKanova
Nov 9 at 14:36
add a comment |
1
Excellent. This is basically what I was thinking from everything I've read. Nice to have confirmation. Thanks
– SalesforceAdminKanova
Nov 9 at 14:36
1
1
Excellent. This is basically what I was thinking from everything I've read. Nice to have confirmation. Thanks
– SalesforceAdminKanova
Nov 9 at 14:36
Excellent. This is basically what I was thinking from everything I've read. Nice to have confirmation. Thanks
– SalesforceAdminKanova
Nov 9 at 14:36
add a comment |