You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2013/02/15 13:42:35 UTC

svn commit: r1446556 - /felix/site/trunk/content/ipojo/schemas/.htaccess

Author: clement
Date: Fri Feb 15 12:42:34 2013
New Revision: 1446556

URL: http://svn.apache.org/r1446556
Log:
avoid rewrite in the .htaccess

Modified:
    felix/site/trunk/content/ipojo/schemas/.htaccess

Modified: felix/site/trunk/content/ipojo/schemas/.htaccess
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/ipojo/schemas/.htaccess?rev=1446556&r1=1446555&r2=1446556&view=diff
==============================================================================
--- felix/site/trunk/content/ipojo/schemas/.htaccess (original)
+++ felix/site/trunk/content/ipojo/schemas/.htaccess Fri Feb 15 12:42:34 2013
@@ -1,6 +1,6 @@
 Options FollowSymLinks
-RewriteEngine On
+#RewriteEngine On
 
 # RewriteBase /ipojo/schemas/
-RewriteRule ^CURRENT(.*)$ 1.8.0$1
-RewriteRule ^CURRENT(.*)$ 1.9.0-SNAPSHOT$1
+# RewriteRule ^CURRENT(.*)$ 1.8.0$1
+# RewriteRule ^CURRENT(.*)$ 1.9.0-SNAPSHOT$1