Revision: 1660 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1660&view=re... Author: dmaphy Date: 2010-10-16 19:03:05 +0000 (Sat, 16 Oct 2010)
Log Message: ----------- website: add a .htaccess file with some rewrite rules. this will allow more beauty URLs. Example: http://plugins.geany.org/geanygdb
Added Paths: ----------- www/staging/.htaccess
Added: www/staging/.htaccess =================================================================== --- www/staging/.htaccess (rev 0) +++ www/staging/.htaccess 2010-10-16 19:03:05 UTC (rev 1660) @@ -0,0 +1,14 @@ +RewriteEngine on +RewriteBase / + +RewriteCond %{REQUEST_URI} !^/images +RewriteCond %{REQUEST_URI} !^/stylesheets +RewriteCond %{REQUEST_URI} !^/index.php +RewriteCond %{REQUEST_URI} !^/geany-plugins +RewriteCond %{REQUEST_URI} !^/addons +RewriteCond %{REQUEST_URI} !^/geanydoc +RewriteCond %{REQUEST_URI} !^/geanylua +RewriteCond %{REQUEST_URI} !^/geanyprj +RewriteCond %{REQUEST_URI} !^/geanyvc +RewriteCond %{REQUEST_URI} !^/spellcheck +RewriteRule (.*) index.php?site=$1 [L]
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.