[evolvis-commits] r10864: Close [#1205] Alias /themes/ /usr/share/gforge/www/themes/ =?UTF-8?Q?=E2=86=B5=20in=20?=/etc/gforge/httpd. conf forces that projects can't have a "themes" directory ( something very common). ↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 17:57:02 CET 2011


Author: mirabilos
Date: 2011-02-24 17:57:02 +0100 (Thu, 24 Feb 2011)
New Revision: 10864

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/etc/httpd.d/40virtualhost
Log:
Close [#1205] Alias /themes/ /usr/share/gforge/www/themes/
in /etc/gforge/httpd.conf forces that projects can't have a "themes" directory (something very common).


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/etc/httpd.d/40virtualhost
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/etc/httpd.d/40virtualhost	2011-02-24 16:57:01 UTC (rev 10863)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/etc/httpd.d/40virtualhost	2011-02-24 16:57:02 UTC (rev 10864)
@@ -9,7 +9,7 @@
 	DirectoryIndex index.html index.php
 	php_admin_value default_charset "UTF-8"
 	php_admin_value include_path "{sys_custom_path}:/etc/gforge:{usr_share_gforge}:{usr_share_gforge}/www/include:."
-	Alias /themes/ /usr/share/gforge/www/themes/
+	Alias /themes-gforge/ /usr/share/gforge/www/themes/
         <Directory {gforge_chroot}{groupdir}>
                Options Indexes FollowSymlinks
                AllowOverride All



More information about the evolvis-commits mailing list