Author: nextgens
Date: 2008-05-08 11:34:23 +0000 (Thu, 08 May 2008)
New Revision: 19840

Removed:
   trunk/website/.htaccess
Log:
website: get rid of the .htaccess we don't use it anyway

Deleted: trunk/website/.htaccess
===================================================================
--- trunk/website/.htaccess     2008-05-08 10:24:11 UTC (rev 19839)
+++ trunk/website/.htaccess     2008-05-08 11:34:23 UTC (rev 19840)
@@ -1,11 +0,0 @@
-RewriteEngine on
-RewriteCond %{REQUEST_URI} !-f
-RewriteRule ^([^\/]+)\.html?lang=([^\/]+)$ /index.php?page=$1&lang=$2 [L]
-RewriteRule ^([a-z]{2})/([^\/]+)\.html /index.php?page=$2&lang=$1 [L]
-RewriteRule ^([^\/]+)\.html?mode=(.+)$ /index.php?page=$1&mode=$2 [L]
-RewriteRule ^([^\/]+)\.html$ /index.php?page=$1 [L]
-
-RewriteCond %{http_host} ^(www.freenetproject.org|freenet.sourceforge.net) [nc]
-RewriteRule ^(.*)$ http://freenetproject.org/$1 [r=301,nc]
-
-


Reply via email to