Thread: SVN Commit by dpage: r4923 - trunk/www
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