<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Jerry Orman : SharePoint 2007 MOSS My Site Personal</title><link>http://blogs.msdn.com/jorman/archive/tags/SharePoint+2007+MOSS+My+Site+Personal/default.aspx</link><description>Tags: SharePoint 2007 MOSS My Site Personal</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>SharePoint My Site link stops redirecting users to their Personal Site</title><link>http://blogs.msdn.com/jorman/archive/2009/01/19/sharepoint-my-site-link-stops-redirecting-users-to-their-personal-site.aspx</link><pubDate>Mon, 19 Jan 2009 20:55:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9340849</guid><dc:creator>Jorman</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/jorman/comments/9340849.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jorman/commentrss.aspx?PostID=9340849</wfw:commentRss><wfw:comment>http://blogs.msdn.com/jorman/rsscomments.aspx?PostID=9340849</wfw:comment><description>&lt;P&gt;Hopefully this can save someone some time.&amp;nbsp; The symptoms are:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Clicking the My Site link in a SharePoint site results in an IIS 404 File Not Found error page being returned.&amp;nbsp; However, you are able to browse directly to the users My Site by browsing &lt;A href="http://mysite/personal/user"&gt;http://mysite/personal/user&lt;/A&gt;.&amp;nbsp; [http://mysite is the URL to the web application hosting the Personal Sites].&amp;nbsp; &lt;/LI&gt;
&lt;LI&gt;Browsing anything in _layouts on this Web Application returns an IIS 404 File Not Found error page.&amp;nbsp; For example, the following URL would fail:&amp;nbsp; &lt;A href="http://mysite/personal/user/_layouts/settings.aspx"&gt;http://mysite/personal/user/_layouts/settings.aspx&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;IIS shows the _layouts directory and it is configured the way other working web applications are configured.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;After doing some troubleshooting, we found that IIS is not trying to load any files from the Web Application content path.&amp;nbsp; So the web.config is not even being looked for when browsing _layouts or the root of the My Site.&amp;nbsp; We were able to find that the site collection in the root of the Web Application was missing.&amp;nbsp; You can check for a Site Collection at "/" using "stsadm.exe -o enumsites -url http://mysite" or browsing Central Admin | Application Management&amp;nbsp;| Site Collection List.&lt;/P&gt;
&lt;P&gt;The root site collection in the My Site Web Application redirects users to their Personal Site.&amp;nbsp; If the user does not have a My Site, this Site Collection creates one for them.&amp;nbsp; It also displays the public information about users.&amp;nbsp;&amp;nbsp;&amp;nbsp;Since this site was missing, SharePoint returns a 404 File Not Found message and no one is redirected to their My Site.&lt;/P&gt;
&lt;P&gt;The reason the Site Collection was missing was because an admin tried to delete a user's My Site.&amp;nbsp; The tricky part in this situation is when a user browses another person's My Site, they get redirected to a page in the root site collection.&amp;nbsp; Here's the scenario:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;You need to delete user bobsmith's My Site and decide to do this by browsing the Site Collection, going into Site Settings and deleting the Site Collection.&lt;/LI&gt;
&lt;LI&gt;Open a browser and enter the URL to the&amp;nbsp;persons My Site:&amp;nbsp;&lt;A href="http://mysites/personal/bobsmith"&gt;http://mysites/personal/bobsmith&lt;/A&gt;&amp;nbsp;.&amp;nbsp; &lt;/LI&gt;
&lt;LI&gt;Since you are not logged in as bobsmith, you get redirected to &lt;A href="http://mysite/person.aspx?accountname"&gt;http://mysite/person.aspx?accountname&lt;/A&gt;...&lt;/LI&gt;
&lt;LI&gt;When you click on Site Actions | Site Settings, you are really doing this on the root Site Collection at "/" and not the one for bobsmith at /personal/bobsmith.&amp;nbsp; Deleting the Site Collection in this manner, will result in the root Site Collection being deleted.&lt;/LI&gt;
&lt;LI&gt;It is important to note that by default the SharePoint System account is the only account that can perform the delete action.&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;In order to get the Site Collection back, you need to do the following:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Browse Central Administration | Application Management&lt;/LI&gt;
&lt;LI&gt;Click Create Site Collection&lt;/LI&gt;
&lt;LI&gt;Select the My Site Web Application&lt;/LI&gt;
&lt;LI&gt;Set the Title to My Site&lt;/LI&gt;
&lt;LI&gt;For URL, select the "/" option for the root&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Select the My Site Host site template on the Enterprise tab&lt;/LI&gt;
&lt;LI&gt;Set the SharePoint System account as the owner.&lt;/LI&gt;
&lt;LI&gt;Click OK&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;If you need to delete an individual's My Site, you need to use the Delete Site Collection option in Central Admin | Application Management, or the STSAdm.exe command-line (stsadm -o deletesite -url &lt;A href="http://mysite/personal/bobsmith"&gt;http://mysite/personal/bobsmith&lt;/A&gt;).&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9340849" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jorman/archive/tags/SharePoint+2007+MOSS+My+Site+Personal/default.aspx">SharePoint 2007 MOSS My Site Personal</category></item></channel></rss>