desired wamp setup
Posted by: digitalencryptor (208.235.226.---)
Date: November 10, 2007 02:30PM

hello everyone!

i need help here...

how would i be able to configure wamp so i access it in any computers in the network??

i wanted to put wamp in a computer with an ip address, say "192.168.0.1" so i can get rid of the localhost thing...

Options: ReplyQuote
Re: desired wamp setup
Posted by: yfastud (---.mia.bellsouth.net)
Date: November 10, 2007 06:18PM

Put your server in online mode, then use your web ip, not LAN ip, which you can find w/ this

[whereismyip.com]

Have fun,

[test.jlbn.net] (Sample Testing Codes for PHP, MySQL, ASP.net, SQL, JSP)
[www.jlbn.net] (Basic Guide for WAMP & Add-ons)

Options: ReplyQuote
Re: desired wamp setup
Posted by: digitalencryptor (125.212.113.---)
Date: November 11, 2007 02:16AM

I don't think it's possible, I am only using wamp in a LAN, I never used it as a web server to be accessed online. I don't have a web ip assigned in the computer that i am using as a server.

The computers are offline, it has not access to the internet.



Post Edited (11-11-07 02:19)

Options: ReplyQuote
Re: desired wamp setup
Posted by: toivo (203.19.130.---)
Date: November 11, 2007 07:43AM

Hi,

You can either use the internal IP address to refer to your website or set up one or more name based virtual hosts, which is more flexible because you can have more than one site for internal use and the URL can be a pseudo domain, without a folder name. There are many posts and even manuals in this forum about how to set up virtual hosts, here is one recent thread: [forum.wampserver.com]

If you do not have a local domain name server in your network, you can add the hostname of your server to the hosts file c:\windows\system32\drivers\etc\hosts in the WAMP server and each workstation in your LAN. .

WAMP server needs to have the following setting:

127.0.0.1 www.example.com

The other workstations need the settings:

192.168.0.1 www.example.com

- where www.example.com is your dummy (just for internal use) domain and 192.168.0.1 is the IP address of your WAMP server.

Regards,



toivo
Sydney, Australia

Options: ReplyQuote
Re: desired wamp setup
Posted by: yfastud (72.236.169.---)
Date: November 12, 2007 04:49PM

Make sure to enable port 80 in all firewalls

Have fun,

[test.jlbn.net] (Sample Test Codes for PHP, MySQL, SQLite, ASP.net, SQL, JSP)
[www.jlbn.net] (Basic Guide for WAMP & Add-ons)

Options: ReplyQuote


Sorry, only registered users may post in this forum.