|
apache, python and css
ok, so i installed apache on my comp, as well as a poorly working python. my main site directory is d:/site. i put index.html and a style sheet in here, they work fine when i go to localhost. however python scripts didnt work. they only worked when i put them in the cgi-bin of my apache folder, nowhere in my main d:/site directory. fine, i accept this. however, now dynamically created pages output the proper html, but dont recognize the stylesheet. if i view source of such a generated page, and copy it into my index.html, it works fine. whats up?
|