Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

SVN Commit by dpage: r4923 - trunk/www


  • From: svn(at)pgadmin(dot)org
  • To: pgadmin-hackers(at)postgresql(dot)org
  • Subject: SVN Commit by dpage: r4923 - trunk/www
  • Date: Tue, 17 Jan 2006 22:45:42 GMT
  • Message-id: <200601172245(dot)k0HMjgPN032250(at)developer(dot)pgadmin(dot)org>

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




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group