You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2006/07/15 03:53:13 UTC

svn commit: r422129 - /incubator/cayenne/site/target/.htaccess

Author: aadamchik
Date: Fri Jul 14 18:53:12 2006
New Revision: 422129

URL: http://svn.apache.org/viewvc?rev=422129&view=rev
Log:
Apache doesn't like LocationMatch directive

Modified:
    incubator/cayenne/site/target/.htaccess

Modified: incubator/cayenne/site/target/.htaccess
URL: http://svn.apache.org/viewvc/incubator/cayenne/site/target/.htaccess?rev=422129&r1=422128&r2=422129&view=diff
==============================================================================
--- incubator/cayenne/site/target/.htaccess (original)
+++ incubator/cayenne/site/target/.htaccess Fri Jul 14 18:53:12 2006
@@ -1,10 +1,7 @@
 # Apache configuration for Cayenne project
 
 # Disallow .svn subdirs 
-# This is probably already done at the parent level, but it never hurts to be extra paranoid.
-<LocationMatch "\.svn/">
-		Deny from all
-</LocationMatch>
+# ... 
 
 # Default javadocs must point to 1.2 at the moment
 RewriteRule ^/cayenne/api(.*)$ http://incubator.apache.org/cayenne/1_2/api$1 [R=temp,L]