Author: aadamchik
Date: Fri Jul 14 20:21:25 2006
New Revision: 422140

URL: http://svn.apache.org/viewvc?rev=422140&view=rev
Log:
ok, seems like mod_alias is also causing trouble... have to comment out all 
directives in .htaccess

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

Modified: incubator/cayenne/site/target/.htaccess
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/site/target/.htaccess?rev=422140&r1=422139&r2=422140&view=diff
==============================================================================
--- incubator/cayenne/site/target/.htaccess (original)
+++ incubator/cayenne/site/target/.htaccess Fri Jul 14 20:21:25 2006
@@ -1,7 +1,7 @@
 # Apache configuration for Cayenne project
 
 # Default javadocs must point to 1.2 at the moment
-Alias /cayenne/api /cayenne/1_2/api
+#Alias /cayenne/api /cayenne/1_2/api
 
 # Disallow .svn subdirs 
-RedirectMatch 301 ^(.*)/\.svn/ http://incubator.apache.org/$1/
\ No newline at end of file
+#RedirectMatch 301 ^(.*)/\.svn/ http://incubator.apache.org/$1/
\ No newline at end of file


Reply via email to