SVN Commit by dpage: r4923 - trunk/www - Mailing list pgadmin-hackers

From svn@pgadmin.org
Subject SVN Commit by dpage: r4923 - trunk/www
Date
Msg-id 200601172245.k0HMjgPN032250@developer.pgadmin.org
Whole thread Raw
List pgadmin-hackers
Author: dpage
Date: 2006-01-17 22:45:42 +0000 (Tue, 17 Jan 2006)
New Revision: 4923

Modified:
   trunk/www/.htaccess
Log:
Add redirects for most of the old website


Modified: trunk/www/.htaccess
===================================================================
--- trunk/www/.htaccess    2006-01-17 22:29:55 UTC (rev 4922)
+++ trunk/www/.htaccess    2006-01-17 22:45:42 UTC (rev 4923)
@@ -1,3 +1,24 @@
+# Redirect requests for files that have long since moved
+Redirect permanent /pgadmin3/advocacy.php http://www.pgadmin.org/advocacy/
+Redirect permanent /advocacy.php http://www.pgadmin.org/advocacy/
+
+Redirect permanent /pgadmin3/development.php http://www.pgadmin.org/development/
+Redirect permanent /development.php http://www.pgadmin.org/development/
+
+Redirect permanent /download.php http://www.pgadmin.org/download/
+Redirect permanent /pgadmin3/download.php http://www.pgadmin.org/download/
+
+Redirect permanent /screenshots.php http://www.pgadmin.org/screenshots/
+Redirect permanent /pgadmin3/screenshots.php http://www.pgadmin.org/screenshots/
+
+Redirect permanent /support.php http://www.pgadmin.org/support/
+Redirect permanent /pgadmin3/support.php http://www.pgadmin.org/support/
+
+Redirect permanent /pgadmin3/translation.php http://www.pgadmin.org/translation/status.php
+Redirect permanent /translation.php http://www.pgadmin.org/translation/status.php
+
+Redirect permanent /faq/ http://www.pgadmin.org/pgadmin3/faq/
+
 RewriteEngine On

 # Rewrite requests for documentation images. On developer.pgadmin.org, the following works


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: can't open file '/var/root/.pgpass' ?
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r4924 - trunk/www