Author: benj
Date: Tue May 31 11:54:54 2016
New Revision: 1693

URL: http://svn.gna.org/viewcvs/gdtc?rev=1693&view=rev
Log:
Use HTTP code 301


Modified:
    trunk/gdtc/index.php

Modified: trunk/gdtc/index.php
URL: 
http://svn.gna.org/viewcvs/gdtc/trunk/gdtc/index.php?rev=1693&r1=1692&r2=1693&view=diff
==============================================================================
--- trunk/gdtc/index.php        (original)
+++ trunk/gdtc/index.php        Tue May 31 11:54:54 2016
@@ -51,7 +51,7 @@
 }
 else
 {
-    header ( 'Location: ' . DTC_MY_BASE_URL );
+    header ( 'Location: ' . DTC_MY_BASE_URL , true , 301 );
 }
 
 /* Local Variables: */


_______________________________________________
Gdtc-commits mailing list
[email protected]
https://mail.gna.org/listinfo/gdtc-commits

Reply via email to