Hi there im using sharepoint 2007 and have set up Enterprise edition on the normal port 80.
Due to another application needing the original port 80, i created a new site with site collection on another port, and stopped the port 80 site.
As shown below
http://servername:42392/default.aspx
Setting up other sites on this box under this site works great, though i want to use the mysite feature still.
When i try to access mysite, and this is for any user i get this error,
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /MySite/_layouts/MySite.aspx
This is because the URL it is point to is still the site on port 80, which has been stopped, an example is
http://servername/MySite/_layouts/MySite.aspx instead of
http://vburdwweb01:42392/MySite/_layouts/MySite.aspx
Is there a way to change which sites the mysite pages point to Or is there a way to view the mysites without using the original site
Any help would be awesome, I'm so stuck with this!