I have an issue in Sharepoint 2007. Can someone please suggest a solution for the same. Below is the issue.
We have a sharepoint site and it redirects to
"sitename"/pages/default.aspx
by default. So my first task is to stop this redirect and just display the sitename withoutpages/default.aspx
in the URL.If the users are typing
sitename/pages/default.aspx
, we also need to make the redirect ofsitename/pages/default.aspx
tositename
I am able to solve point 1 using ISAPI Rewrite 3 tool. But when I use the same tool for point 2, I am getting circular reference error.
Thanks.