|
-
Jun 20th, 2001, 08:07 PM
#1
Thread Starter
PowerPoster
hosting your own web site!
I want to create my own web server at home and let people access it from anywhere. Let us say that i have created an asp page like it gets the informations from the database like a search engine. Now when you type a query, you send the keyword with the address of page like "?keyword=this" If I host my own web server with www.dns2go.com, if i have a domain name like galla.dns2go.com, it forward this to my ip address. With PWS, when somebody clicks on a link like "Search" how do send him to another page on my own server with the page like this
"galla.dns2go.com/index.asp?search=mysearch"
I cannot find any other way to explain it.
Please, if you dont understand anything then ask me!
-
Jun 20th, 2001, 08:15 PM
#2
Fanatic Member
you do it like this
Code:
response.redirect "www.mycomputer.com"
DocZaf
{;->
-
Jun 21st, 2001, 06:38 AM
#3
Black Cat
Make sure you're using relative paths, that way you don't have to worry about what your domain name or ip address is.
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|