You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2007/11/29 22:08:45 UTC

svn commit: r599577 - /maven/site/trunk/src/site/resources/.htaccess

Author: dennisl
Date: Thu Nov 29 13:08:45 2007
New Revision: 599577

URL: http://svn.apache.org/viewvc?rev=599577&view=rev
Log:
o Redirect old faq to the new one.

Modified:
    maven/site/trunk/src/site/resources/.htaccess

Modified: maven/site/trunk/src/site/resources/.htaccess
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/resources/.htaccess?rev=599577&r1=599576&r2=599577&view=diff
==============================================================================
--- maven/site/trunk/src/site/resources/.htaccess (original)
+++ maven/site/trunk/src/site/resources/.htaccess Thu Nov 29 13:08:45 2007
@@ -1,6 +1,7 @@
 ErrorDocument 404 /errors/404.html
 
 Redirect Permanent /guides/mini/guide-ibiblio-upload.html http://maven.apache.org/guides/mini/guide-central-repository-upload.html
+Redirect Permanent /faq.html http://maven.apache.org/general.html
 
 RedirectMatch ^/maven2/(.*)$ /$1
 RedirectMatch ^/reference/(.*)$ /maven-1.x/reference/$1