since the URL by which a page is requested often translates directly
to a filesystem structure, here's a quick guidefile that'll help you
determine which file system heirarchy is right for your desired URL.

DESIRED URL            DOC LOCATION                   PAGE DEFINITION         NOTES
----------------------------------------------------------------------------------------------------------------------
/htdb                  /usr/local/htdb/site.htdb      #define index.html
/htdb/pg.html          /usr/local/htdb/site.htdb      #define pg.html
/htdb/bob/             /usr/local/htdb/bob.htdb       #define index.html
/htdb/bob/pg.html      /usr/local/htdb/bob.htdb       #define pg.html
/htdb/user/bob/        /usr/local/htdb/bob/site.htdb  #define bob/index.html
/htdb/user/bob/pg.html /usr/local/htdb/bob/site.htdb  #define bob/pg.html
/htdb/user/bob/        /usr/local/htdb/user_bob.htdb  #define index.html      in macros.htdb: #define user/bob user_bob
/htdb/user/bob/pg.html /usr/local/htdb/user_bob.htdb  #define pg.html         in macros.htdb: #define user/bob user_bob

Wed Apr 28 13:24:17 PDT 2004
del@adjective.com
