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
Carsten BONOMOCarsten BONOMO 

Internal Visualforce page : Change URL

Hello everyone,

I'm working on the intranet of our company, which has been set up through Visualforce pages.

Currently the URL reads something similar to : company--c.eu8.visual.force.com/apex

Is it possible to change company--c.eu8(.visual.force) to simply intranet?

It's important to note that this is an internal site, only employees with Salesforce credentials can access this site. 

Thanks a lot for any help
Frans Flippo 14Frans Flippo 14
Is your intranet a Salesforce Community (recently renamed "Digital Experience")? Then this should work: https://releasenotes.docs.salesforce.com/en-us/summer14/release-notes/communities_custom_domain_URL.htm

This will still need to be a public DNS name, so just "intranet" won't work. But intranet.mycompany.com will. (And if your machines are confired with .mycompany.com as DNS search suffix then you could still enter just "intranet" in the address bar and it should work.)
You'll also need to set up an SSL certificate since now the browser will see your company's domain instead of Salesforce's force.com, so you'll need to supply the certificate that guarantees your users are actually dealing with your company and not someone pretending to be your company.

Hope this helps.