Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

SPS 2003 URL

  Asked By: Howard Leonard         Date: Nov 24, 2004      Category: Sharepoint      Views: 288

I have installed sps 2003 in our office not in default
website. I have created new website with port 8081 on
top of this installed sps 2003.

But to access this website all user must specify port
nos along with server. How can i make simple url
without port no.

Please help me how to configure DNS server.

Ex : present sps url :- http://indsharepoint:8081
looking for : http://indintranet

Thanking you in advance..

Tagged:      

 

1 Answer Found

 
Answer #1       Answered By: Lamar Mullins          Answered On: Nov 24, 2004       

I haven't specifically tested this but a META refresh tag should do the trick:

<HTML>
<HEAD>
<title>Parallelspace Corporation - Redirect</TITLE>
<META http-equiv="refresh" content="0; url=http://myserver:8081/">
</HEAD>
<BODY>
Redirecting to <a href="http://myserver:8081/">http://myserver:8081/</a>
</BODY>
</HTML>

Add this as a "default.htm" web page to any of your web servers and direct people to use the web page's URL. This will automatically redirect their browser to load http://myserver:8081/.

 
Didn't find what you were looking for? Find more on SPS 2003 URL Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].