]> sipb.mit.edu Git - wiki.git/blobdiff - projects/www.mdwn
okay last one, I swear
[wiki.git] / projects / www.mdwn
index 51c8c58b9ac301da6f776fabff633deef5a354cf..64fe6ef5d4b3d50cf1439d262c6047fe71af93e3 100644 (file)
@@ -1,4 +1,5 @@
 [[!meta title="The SIPB Website"]]
+[[!toc ]]
 
 ## Design
 
 
 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: