JippersQ.) I have a proble though..I can make my server page available to others over the internet, just can't make a forum that I have in the www folder visable to others. I can see it but everyone else can't.
A.) if you try to surf to [
localhost], only you will see your site since localhost is the address for your local machine. if you tell your friends to access [
locahost], they will be accessing their machine, not yours. use your ip address:
[
your.ip.address.here] (http://123.22.33.123 for example)
kermitQ.) How do I configure any of them to use a different port?
A.) open your http.conf file and find this line:
Listen 80
change to
listen 81
save the file for the new settings to take effect. now to access your site you will have to include the new port in the url:
[
localhost]
[
localhost]