Results 1 to 5 of 5

Thread: wassssssuup people?

  1. #1
    Join Date
    Apr 2007
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default wassssssuup people?

    How are you all doing?

    If I am testing on my local machine, which is the best way to use?
    I have seen alot of tutorial using a,b,c. But which is the best one?
    thanks,

    a. "123/"

    b. "test/123/"

    c. "C:/Inetpub/wwwroot/test/123/"

  2. #2
    Join Date
    Feb 2007
    Location
    🌎
    Posts
    528
    Thanks
    10
    Thanked 10 Times in 10 Posts
    Blog Entries
    2

    Default

    What is your root test folder, what your IP links to in Apache, &c.?
    For example, I once used:
    http://192.168.0.250/index.htm
    when it could have been:
    file:///C:/Program%20Files/Apache/rootsite/index.htm
    because my Apache IP was 192.168.0.250 and it linked to:
    C:\Program Files\Apache\rootsite
    ....(o_ Penguins
    .---/(o_- techno_racing
    +(---//\-' in
    .+(_)--(_)' The McMurdo 500

  3. #3
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    I use WAMP (windows/apache/mysql/php), and that links directly to C:\wamp\www on my Windows box, and that's pretty convenient. But if you have dial-up, you'll have a new I.P address each time you connect. I got a program called No-IP DUC, for www.no-ip.org, which updates your WAMP each time you connect.
    - Mike

  4. #4
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Errm, localhost, anyone?

    If you are running a Web server on your machine, use http://localhost/... or http://127.0.0.1/... to refer to that same machine.

    Mike

  5. #5
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    Oops... I forgot about that. And normally http://localhost/ is set for every package you download, whether Apache, wamp, etc.
    - Mike

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •