Revision: 1680 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1680&view=re... Author: dmaphy Date: 2010-10-24 20:39:33 +0000 (Sun, 24 Oct 2010)
Log Message: ----------- website: improve rewrite rules to also exclude tar'ed archives
Modified Paths: -------------- www/staging/.htaccess
Modified: www/staging/.htaccess =================================================================== --- www/staging/.htaccess 2010-10-24 16:36:18 UTC (rev 1679) +++ www/staging/.htaccess 2010-10-24 20:39:33 UTC (rev 1680) @@ -13,13 +13,13 @@ RewriteCond %{REQUEST_URI} !^/geanyvc RewriteCond %{REQUEST_URI} !site RewriteCond %{REQUEST_URI} !^/$ -RewriteCond %{REQUEST_URI} !html|css|png|php$ +RewriteCond %{REQUEST_URI} !html|css|png|php|tar|gz|bz2$ RewriteRule ^(.+) index.php?site=$1 [L]
RewriteCond %{REQUEST_URI} !site RewriteRule ^(.+).html index.php?site=$1 [L]
-RewriteCond %{REQUEST_URI} !html|css|png|php$ +RewriteCond %{REQUEST_URI} !html|css|png|php|tar|gz|bz2$ RewriteRule ^site/(.+) index.php?site=$1 [L] RewriteRule ^site/(.+).html index.php?site=$1 [L] RewriteRule ^site/images(.+) /images$1 [L]
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.