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
MarrisMarris 

Masking Site URL

Hi all,

 

We have created two to three customer portal. The problem is how to mask the URL in secure site?

 

For eg) www.something.com is the domain

Our CP - https://www.something.secure.force.com/apex/VFpage

I want it to be https://www.something.com/apex/VFpage in CP . Is that Possible to achieve?

 

I need to know how to mask the secured site URL(i.e https) in CP. Please provide some help

 

Thanks

Marris

 

 

Ryan-GuestRyan-Guest

You currently can't mask an https url with sites. 

 

You can mask the http URL used after login (if you check the allow insecure requests checkbox). See this for an example: http://www.salesforce.com/docs/developer/cookbook/Content/sites_using_custom_domain.htm

MarrisMarris
Hi Ryan

Is there a way to convert https site to http after login to Customer portal? If so How can we achieve this Any Ideas?

Thanks
Avudaiappan
Bojan KalajdzicBojan Kalajdzic
Avudaiappan, changing it from https to http would defeat the purpose of https. Your login credentials would fly in the open http and Salesforce wouldn’t allow it.