they might well do. last year they turned off directory listing (where you see the contents of a directory, if you just put
www.sitename.com/directoryname/ into a browser, not sure if it has a real name) and i emailed them asking them to turn it back on, and they did, but no, haven't tested it yet, might not for a bit though, i am idiotically tired trying to earn some overtime before christmas
edit: hey hey! i just moved index.html to index.shtml and look! it (kind of) works!:
www.polytheism.org.uk - it's kind of a bummer though as if i change all the pages to
something.shtml i will have to go through them all again and change all the anchor tags to point to the new locations. well, such is life, i suppose! edit: thinking out loud alert... actually i could just make *html pages that redirect to the real shtml pages, although that'd be a bit messy. good stopgap measure though...
BUT instead of a quote, it now shows "[an error occurred while processing this directive]", this actually makes me happy! (because i know the error messages are my friends!) - what now!
edit again:
when doing "perl qotd" from command line, i see this:
-bash-2.05b$ perl qotd
Too late for "-T" option at qotd line 1.
so i changed line 1 from "#!/usr/bin/perl -wT" to "#!/usr/bin/perl -w" - but this clearly isn't the issue, as no change. Is this a separate nono on its own? or am i OK to leave it as is now? apparently i have disabled tainting checks by emoving the "T", but does this make any difference, and is it in fact any use considering it's not my server anyway?