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!

Redirect page based on IP address?

Status
Not open for further replies.

JCDugas

MIS
Dec 26, 2001
270
US
Is it possible to redirect users hitting my home page to a URL based on IP Address?
 
Yes, but probably not in frontpage. You would use asp or coldfusion to check the ip. It is built into programming lanuages checking the ip. You could then direct. I don't think FP can help with that though. Do you know another language? DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic
 
Unfortunately I was thrown into developing an Intranet site for my company with no experience developing web pages. So, I had a copy of Frontpage available. Do you have any suggestions?
 
What is the goal? Only allow access to the companies network IP address? My company just assigns everyone a user/password based on their windows NT login and put all files in protected directories. DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic
 
The goal is to redirect a user to a particular site by ip so that one site can be secured with SSL and the other not. When a user accesses the company Intranet site with in the company, I don't want them to have to enter in a user name and password or use SSL for those pages. On the other hand, I want every employee access the company Intranet site from outside our company network to be prompted with a user name and password and also secure it with SSL.

Jeremy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top