Results 1 to 3 of 3

Thread: hosting your own web site!

  1. #1

    Thread Starter
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827

    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!
    Baaaaaaaaah

  2. #2
    Fanatic Member
    Join Date
    Jan 1999
    Location
    UK
    Posts
    554
    you do it like this

    Code:
    response.redirect "www.mycomputer.com"

    DocZaf
    {;->
    DocZaf
    {;->

  3. #3
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    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
  •  



Click Here to Expand Forum to Full Width