]> sipb.mit.edu Git - wiki.git/commitdiff
okay last one, I swear
authorDonald B Guy <fawkes@mit.edu>
Thu, 15 Jan 2009 11:45:51 +0000 (06:45 -0500)
committersipb-www <sipb-www@bees-knees.mit.edu>
Thu, 15 Jan 2009 11:45:51 +0000 (06:45 -0500)
projects/www.mdwn

index 51c8c58b9ac301da6f776fabff633deef5a354cf..64fe6ef5d4b3d50cf1439d262c6047fe71af93e3 100644 (file)
@@ -1,4 +1,5 @@
 [[!meta title="The SIPB Website"]]
 [[!meta title="The SIPB Website"]]
+[[!toc ]]
 
 ## Design
 
 
 ## Design
 
 
 vhost configuration on scripts looks in ~~sipb-ww/web_scripts and checks the .htaccess file:
 
 
 vhost configuration on scripts looks in ~~sipb-ww/web_scripts and checks the .htaccess file:
 
-if request is for /rtfm.html, pass through
-if request is for /iap pass of to stuff/iap (lives in  /afs/athena.mit.edu/activity/s/sipb-iap/www/ of all place) 
-if request if for /cgit, or /wiki pass through
-else pass request for foo to wiki/foo, served from there
+    if request is for /rtfm.html,
+        pass through
+    if request is for /iap pass of to stuff/iap 
+       (lives in /afs/athena.mit.edu/activity/s/sipb-iap/www/ of all place) 
+    if request if for /cgit, or /wiki 
+       pass through
+    else 
+       pass request for foo to wiki/foo, served from there
 
 
 ###For developments sake:
 
 
 ###For developments sake: