Author: nextgens
Date: 2008-05-08 10:24:11 +0000 (Thu, 08 May 2008)
New Revision: 19839
Modified:
trunk/website/includes/common.inc.php
Log:
website: return permanent redirects instead
Modified: trunk/website/includes/common.inc.php
===================================================================
--- trunk/website/includes/common.inc.php 2008-05-08 10:23:19 UTC (rev
19838)
+++ trunk/website/includes/common.inc.php 2008-05-08 10:24:11 UTC (rev
19839)
@@ -14,7 +14,7 @@
header("Request-URI: $newURI");
header("Content-Location: $newURI");
- header("Location: $newURI");
+ header("Location: $newURI", 301);
die;
}