From 1003dad6f0840aded5b9439bb53ea9b717771100 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Fri, 29 Sep 2000 17:29:12 +0000 Subject: Mention needed server hacks --- html/notes.txt | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) (limited to 'html') diff --git a/html/notes.txt b/html/notes.txt index b73a7db1..7d73ce30 100644 --- a/html/notes.txt +++ b/html/notes.txt @@ -1,14 +1,38 @@ Developers' Notes about Web Pages --------------------------------- +NEW: server hacks needed to serve these pages, giving nice urls + + PHP3 module included + .html treated as application + + Mime magic configured: + +LoadModule mime_magic_module modules/mod_mime_magic.so +AddModule mod_mime_magic.c +MimeMagicFile /etc/httpd/conf/magic + +to recognize files beginning index.html + doc -> index.html + +etc. + +*************** + Notes about php: Some functions I've written - -NB: no space after text in each case so you must write +NB: no space after text so you must write blah -- cgit v1.2.3