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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Default Website 1

Status
Not open for further replies.

netwalker1

Programmer
Feb 5, 2000
1,241
EG
Dear All :
I installed NFuse on a server in my Network ,, but the problem is that every time I need to access it I should type:
server name/citrix/metaframexp
in the address bar..

I need just to type:
server name/
to get through it ..

How can I make the Citrix folder is my defualt website ?


Mohamed Farid
Know Me No Pain , No Me Know Pain !!!
 
You need to do one of 2 things. Either create a redirecter page(look for the instructions on the Citrix site, I don't have them readily available) or you can define that site as your default in IIS(I'm assuming your running windows)
 
How can I define that site as my default ?
Yes , Windows with IIS 5.0 !


Mohamed Farid
Know Me No Pain , No Me Know Pain !!!
 
Create a file with notepad named default.asp in and use the following text inside:

<% Response.Redirect "/Citrix/MetaFrameXP/" %>
 
It worked ,, Thanx

Mohamed Farid
Know Me No Pain , No Me Know Pain !!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top