when I hit my website on the “rootWeb” (mysite.com) address i get redirect to “rootWeb/Pages/Default.aspx”
My company had a exchange web access at “company.com/Exchange2010”.
Now since “company.com” is the new sharepoint portal, its a requirement that the exchange access stay the same…
so i created a library called Exchange2010 and inserted the files… but, so it all can work just fine the user has to enter the full url “company.com/Exchange2010/default.asp” (default.asp is a file in the doc library)
Now what I want to change the redirect from “/forms/allfiles.aspx” to “/default.asp”…
how can I do this???
i ended up working around it, i created a site collection with explicit inclusion and setted the default page for the site collection my custom page…
its not a beautiful solution… if anyone propose a better one i will mark as answer…