diff --git a/tools/make_project b/tools/make_project index a81280033e..3e31953b22 100755 --- a/tools/make_project +++ b/tools/make_project @@ -331,8 +331,8 @@ print >>open(httpd_conf_template_filename,'w'), ''' ## Settings for BOINC project %(project_longname)s Alias /%(project_shortname)s/download %(proot)s/download - Alias /%(project_shortname)s/stats %(proot)s/stats - Alias /%(project_shortname)s/user_profile %(proot)s/user_profile + Alias /%(project_shortname)s/stats %(proot)s/html/stats + Alias /%(project_shortname)s/user_profile %(proot)s/html/user_profile Alias /%(project_shortname)s %(proot)s/html/user Alias /%(project_shortname)s_ops %(proot)s/html/ops @@ -360,12 +360,12 @@ print >>open(httpd_conf_template_filename,'w'), ''' Order allow,deny Allow from all - + RemoveType .php .phtml Order allow,deny Allow from all - + RemoveType .php .phtml Order allow,deny Allow from all