I'm running a personal website and have the server running on a Win2k Server edition machine running IIS 5
I went ahead and followed the installation guide to install PHP on the machine; PHP is running correctly as IT does serve pages, but Im runining into a problem with using "template" files.
My site:
This file is supposed to be using is tmpl-index.html and the template file does work (I've tested all my pages on a local setup of Apache/PHP/MySQL ). However, as you can see if you go to the link, only the "layout" of the page is working but none of my styles or images are working.
Testing it on the machine its on (going to my address above) will bring up the images and the layout and styles; but visting anywhere from outside machines, the styles and images do not show up
Is there any reasoning behind this? Help is greatly appreciated.
Also, since i know that IIS doesn't do chmod like Apache on LInux, how would I go about setting permissions on files?
I went ahead and followed the installation guide to install PHP on the machine; PHP is running correctly as IT does serve pages, but Im runining into a problem with using "template" files.
My site:
This file is supposed to be using is tmpl-index.html and the template file does work (I've tested all my pages on a local setup of Apache/PHP/MySQL ). However, as you can see if you go to the link, only the "layout" of the page is working but none of my styles or images are working.
Testing it on the machine its on (going to my address above) will bring up the images and the layout and styles; but visting anywhere from outside machines, the styles and images do not show up
Is there any reasoning behind this? Help is greatly appreciated.
Also, since i know that IIS doesn't do chmod like Apache on LInux, how would I go about setting permissions on files?