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: 2006-01-17 22:45:42
Message-ID: 200601172245.k0HMjgPN032250@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2006-01-17 22:53:29 SVN Commit by dpage: r4924 - trunk/www
Previous Message Dave Page 2006-01-17 22:36:01 Re: can't open file '/var/root/.pgpass' ?