From: Paul V. <pa...@vi...> - 2010-01-03 13:55:08
|
Hello Helen, > FWIW, the index.php script that you had in manual/pdf was not the same as the one currently in prerelease. I've now replaced the various old versions in these trees with links to the latest script: download rabbits/helebor (rabbits itself has the standard index.php that kicks you back to the web root) devel/doc subtrees: libs, tools, manual, papers, refdocs, rlsnotes The 'original' new script is now in /var/www/html/scripts, because this is easier to link to then /var/www/html/devel/doc/manual/pdf. So if you want to turn on indexing in a directory: ln -s /var/www/html/scripts/index.php . Or, if the parent already has a link ln -s ../index.php . >> BTW, talking about indexes: we used to have (automatic) indexes off in the server config. >> Do we want this on or off? > Off, I think. At least my (often faulty) understanding is that we explicitly index directories that are meant to be accessed via http (such as prerelease and its children) and prevent access to the rest. OK, I've turned it off again. Cheers, Paul Vinkenoog |