Revision: 1661 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1661&view=re... Author: dmaphy Date: 2010-10-16 19:19:43 +0000 (Sat, 16 Oct 2010)
Log Message: ----------- website: fix displaying the landing page in the rewrite rules
Modified Paths: -------------- www/staging/.htaccess
Modified: www/staging/.htaccess =================================================================== --- www/staging/.htaccess 2010-10-16 19:03:05 UTC (rev 1660) +++ www/staging/.htaccess 2010-10-16 19:19:43 UTC (rev 1661) @@ -11,4 +11,5 @@ RewriteCond %{REQUEST_URI} !^/geanyprj RewriteCond %{REQUEST_URI} !^/geanyvc RewriteCond %{REQUEST_URI} !^/spellcheck +RewriteCond %{REQUEST_URI} !^/$ RewriteRule (.*) index.php?site=$1 [L]
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.