Redirecting A sharepoint webpage

F

FaisalM

you didn't get it. I gave you idea based on my understanding that you know
IIS well. You can redirect to a virtual directory
(http://servername/projectserver in my case ) or to a specific webpage
(http://..../projects/default.aspx in your case)


Anyway here are the details:

1. Create an alias in DNS for PMO & redirect it to SERVERNAME
2. In IIS on SERVERNAME server, place a file under the root folder location
of that site.
3. Go to the properties of that site in IIS & go to Documents tab
4. Make sure the file you added is at the top of the list under 'Enable
default content page'. If its not listed there then add it.
5. In IIS select the file you added under the same site & click properties.
6. On the file page, select 'A redirection to a URL' & type your complete
URL below.
7. Click OK & now try to access site http://PMO


--
FaisalM
http://www.FaisalMasood.com/

My Project Blog
http://www.faisalmasood.com/blog/msproject

My Sharepoint Blog
http://www.faisalmasood.com/blog/sharepoint
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top