Author: aadamchik
Date: Fri Jul 14 19:27:21 2006
New Revision: 422133

URL: http://svn.apache.org/viewvc?rev=422133&view=rev
Log:
looks like mod_rewrite is not available on Apache; using mod_alias instead

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

Modified: incubator/cayenne/site/target/.htaccess
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/site/target/.htaccess?rev=422133&r1=422132&r2=422133&view=diff
==============================================================================
--- incubator/cayenne/site/target/.htaccess (original)
+++ incubator/cayenne/site/target/.htaccess Fri Jul 14 19:27:21 2006
@@ -1,7 +1,7 @@
 # Apache configuration for Cayenne project
 
-# Disallow .svn subdirs 
-# ... 
-
 # 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]
\ No newline at end of file
+Alias /cayenne/api /cayenne/1_2/api
+
+# Disallow .svn subdirs 
+RedirectMatch 301 ^(.*)/\.svn/ http://incubator.apache.org/$1/
\ No newline at end of file


Reply via email to