Weird networking problem

cidion

Supervised Member of life
Ok, so I signed up for a dynDNS.com thing so that I can use websharing.

That seemed to work. But when I put an Index.html file in my sites folder, it didn't quite work. The file that comes up says:

"Seeing this instead of the website you expected?
This page is here because the site administrator has changed the configuration of this web server. blah blah blah"

Well I didn't change anything on purpose, but I'm sure it's been changed.

When I put this in the terminal: ifconfig -a this comes up.

. . .full-duplex> 100baseTX <half-duplex> 100baseTX <full-duplex>
ppp0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500
inet 210.15.250.30 --> 172.31.26.26 netmask 0xffffff00

is something telling my IP to be moved...or changed? or...something?

Thanks...bryan
 
Your user sites folder would have the address of blah.dyndns.org/~username/index.html

Not sure where the main directory is located.
 
Yeah you haev two options:

1) Put the web sites into ``/library/webserver/documents/``
2) Change your ServerRoot directive in ``httpd.conf``
 
Back
Top