Soket

Dear all,

How to auto forward user to their My Site. Currently when user login, they will see the master Sharepoint Page.

Thank you



Re: SharePoint - General Question and Answers and Discussion Auto Forward User to 'My Site'

Henry Ong

You can probably use an autoforwarding javascript to redirect to the my site web application. Or maybe set everyone's default homepage to the My Site URL




Re: SharePoint - General Question and Answers and Discussion Auto Forward User to 'My Site'

Soket

How to do that , set all user default page to 'My Site'



Re: SharePoint - General Question and Answers and Discussion Auto Forward User to 'My Site'

Henry Ong

write a group policy to lock everyone's default homepage as the url to the mysite site collection




Re: SharePoint - General Question and Answers and Discussion Auto Forward User to 'My Site'

Epora

I was trying to find the particular default.aspx and could not for the life of me. Which one of the 2 dozen or so default.aspx pages represents the Portal home page



Re: SharePoint - General Question and Answers and Discussion Auto Forward User to 'My Site'

SharePointing

Use SharePoint designer to open the home page.

You could also place a Content Editor web part with the javascript to redirect them on the home page. They will still pull up the page but would be immediately redirected to the My Site.

Group policy is the only way to roll out the "Home Page Default" as was suggested earlier. If you are not on a domain or cannot implement a GPO, some sort of redirect would be the only way IMHO.






Re: SharePoint - General Question and Answers and Discussion Auto Forward User to 'My Site'

Henry Ong

A javascript redirect on the portal's home page might not be the best idea, that would practically eliminate users from ever taking advantage of the top level site.




Re: SharePoint - General Question and Answers and Discussion Auto Forward User to 'My Site'

SharePointing

I would agree.. but it is what he was asking for :-)

I would personally train them to click the "My Site" link after they have seen what's new for them on the home page :-)






Re: SharePoint - General Question and Answers and Discussion Auto Forward User to 'My Site'

AnonymousWells

What is the javascript to redirect someone to another site

Someone gave me this and I put it in a CEWP and it doesn't do anything.

<script type="text/javascript"> <!-- window.location = "http://www.google.com/" //--> </script>

Can anyone help

Thanks.

Bailey