I've activated Personal Web Sharing (Tiger) and it seems to be working. I can go to either http://localhost/ or http://192.168.1.100/ and see the default Apache web page.
Tacking on my username,
http://192.168.1.100/~toddburch
I can see the web page I created that lives in /Users/toddburch/Sites/. So far so good. I can even see it from my Windows machine.
However, neither machines show the images that are linked via <img src> tags that reside in
/Users/toddburch/Sites/images/....
The Safari activity windows says "forbidden" and I get red Xs under IE on Windows.
Per another thread I found here, I edited /etc/httpd/http.conf to change useCanonicalName from On to Off. After I edited it, I entered "sudo apachectl restart". That allowed me to see the page from Windows, which I couldn't do before the edit / restart.
I suppose this might be something pretty basic.
If I go into Finder and open the index.html with safari, the images, etc. show up perfect, so I don't think it's a syntax issue with my html.
Ideas?
Tacking on my username,
http://192.168.1.100/~toddburch
I can see the web page I created that lives in /Users/toddburch/Sites/. So far so good. I can even see it from my Windows machine.
However, neither machines show the images that are linked via <img src> tags that reside in
/Users/toddburch/Sites/images/....
The Safari activity windows says "forbidden" and I get red Xs under IE on Windows.
Per another thread I found here, I edited /etc/httpd/http.conf to change useCanonicalName from On to Off. After I edited it, I entered "sudo apachectl restart". That allowed me to see the page from Windows, which I couldn't do before the edit / restart.
I suppose this might be something pretty basic.
If I go into Finder and open the index.html with safari, the images, etc. show up perfect, so I don't think it's a syntax issue with my html.
Ideas?