Try  to follow this step: STEP 3: Make the application available from
   https://www.yourdomain.com/school      -         You don't want to create an iBay that will expose all the
   files, but instead a http alias to the /school/apps directory   
   -         Create a template fragment for httpd.conf   
   -         Enter as root on the console: touch
   /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/99school   
   -         This will create the template fragment, now edit this
   fragment and make it look like below;      
   ------start, don't include this line
   #-------------------------------------------   
   # app   
   #-------------------------------------------      
   Alias /school/apps         
          RequireSSL on   
       AddType application/x-httpd-php .php .php3 .phtml   
       Options Indexes +Includes FollowSymLinks   
       order deny,allow   
       deny from all   
       allow from all      
   ------End, don't include this line      
   -         This will make the the application accessable from
   [3]https://yourdomain.com/school   
   -         You can change it to your needs if you don't want to use the
   name school'   
   -         Https access is turned on automatically   
   -         Save the file and expand it with:
   /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf   
   -         Restart the webserver: service httpd restart