Author: dom Date: 2008-07-26 16:15:31 +0100 (Sat, 26 Jul 2008) New Revision: 1195
Modified: website/preview/.htaccess website/publish/.htaccess Log: fix redirect
Modified: website/preview/.htaccess =================================================================== --- website/preview/.htaccess 2008-07-26 15:14:18 UTC (rev 1194) +++ website/preview/.htaccess 2008-07-26 15:15:31 UTC (rev 1195) @@ -1,3 +1,3 @@ Options +MultiViews Redirect permanent /page/ http://openguides.org/ -Redirect permanent /london/ http://london.openguide.org/ +Redirect permanent /london http://london.openguides.org
Modified: website/publish/.htaccess =================================================================== --- website/publish/.htaccess 2008-07-26 15:14:18 UTC (rev 1194) +++ website/publish/.htaccess 2008-07-26 15:15:31 UTC (rev 1195) @@ -1,3 +1,3 @@ Options +MultiViews Redirect permanent /page/ http://openguides.org/ -Redirect permanent /london/ http://london.openguide.org/ +Redirect permanent /london http://london.openguides.org
openguides-commits@lists.openguides.org