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
Lucas IslaLucas Isla 

Community home page goes to /home/home.jsp first

Hi,

I am trying to help a customer figure out why, when a user logs into their Community, they are first shown the wrong page before being directed to the Community's actual URL. 

I noticed that, when the wrong page is first shown, the URL ends in '/home/home.jsp'. I'm not sure what this is, but I would like the user to be brought directly to the designated Community URL, without being directed through this intermediate 'home' page.

Is this possible? Also, what exactly is this '/home/home.jsp' page?

Thanks!
Best Answer chosen by Lucas Isla
SandhyaSandhya (Salesforce Developers) 
Hi,

Home is the default tab, which means when you log in, you first see the Home page.

Try to make 
Active Site Homepage as  "CommunitiesLanding"(Settings->Develop->Sites)

Refer below links for more information on this.

https://salesforce.stackexchange.com/questions/156484/lightning-community-landing-page-home-page
 
https://help.salesforce.com/articleView?id=networks_custom_community_home.htm&type=5
 
https://success.salesforce.com/answers?id=90630000000gkqeAAA
 
Please mark it as solved if my reply was helpful, it will make it available
for others as a proper solution.

Best Regards,
​Sandhya
 

All Answers

SandhyaSandhya (Salesforce Developers) 
Hi,

Home is the default tab, which means when you log in, you first see the Home page.

Try to make 
Active Site Homepage as  "CommunitiesLanding"(Settings->Develop->Sites)

Refer below links for more information on this.

https://salesforce.stackexchange.com/questions/156484/lightning-community-landing-page-home-page
 
https://help.salesforce.com/articleView?id=networks_custom_community_home.htm&type=5
 
https://success.salesforce.com/answers?id=90630000000gkqeAAA
 
Please mark it as solved if my reply was helpful, it will make it available
for others as a proper solution.

Best Regards,
​Sandhya
 
This was selected as the best answer
Lucas IslaLucas Isla
Thanks Sandhya! The second link was helpful.
I was able to set the home page to the VF page I wanted, and it directs the user like I want now.
(Also, sorry for the thumbs down - I meant to like, but missed, and now I can't change it)