1. Alias /b/ "C:/htdocs/blabla/" 
  2. <Directory "C:/htdocs/blabla">  
  3.     Options Indexes FollowSymLinks  
  4.     AllowOverride None  
  5.     Order allow,deny  
  6.     Allow from all 
  7. </Directory>  
  8.  
  9.  
  10.  
  11.  
  12.  
  13. Alias /tt "E:/TwWork/JXT/" 
  14.  
  15. <Directory "E:/TwWork/JXT/">  
  16.      Options Indexes FollowSymLinks MultiViews IncludesNoExec  
  17.      AddOutputFilter Includes html  
  18.      AllowOverride None  
  19.      order allow,deny  
  20.      Allow from all 
  21. </Directory>