Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Browsing Non-Sharepoint Directories

Status
Not open for further replies.

beasleyd

IS-IT--Management
Nov 18, 2003
26
US
I just recently (yesterday!) migrated our Sharepoint 2000 site to a Sharepoint 2003 setup. Wow. Lots of big differences, chief of which is the fact that the entire website is now stored in a database file. My only complaint is this:

We shared our previous Sharepoint site with OTHER web apps... mainly our Help Desk. If our SP site is located at then our help desk was at Catch my drift?

Now, when trying to set up other web directories through IIS (in the I only get 404'd when trying to access them. I'm guessing because all port 80 connections are forwarded the the SP application.

How can I make certain URLs bypass Sharepoint? We have to make this change live and I need to make it as seamless a transaction as possible.
 
You need to move the directories out of and into a new folder. IE
C:\....\ desk
C:\....\help desk

In IIS
Change the host header for to something like sharepoint (most use companyweb)

Create a new website using a file directory and map it to
C:\....\help desk
Change the host header to something like Helpdesk
Don't forget to assign a default page.

Now you should be able to open the help desk site by opening IE and typing helpdesk for the url.

HTH
Brian

When frustrated remember, in the computer world there is almost always a backdoor.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top