SF.net SVN: geany-plugins:[1660] www/staging/.htaccess

dmaphy at users.sourceforge.net dmaphy at xxxxx
Sat Oct 16 19:03:05 UTC 2010


Revision: 1660
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1660&view=rev
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.



More information about the Plugins-Commits mailing list