Web server configuration/openfarmtech.org/index.php

From Open Source Ecology
< Web server configuration‎ | openfarmtech.org
Revision as of 19:07, 12 June 2011 by Elifarley (talk | contribs) (The previous version was always redirecting to the main page)
Jump to navigation Jump to search

File Contents

<?php
  header("Location: http://opensourceecology.org/wiki/".$_GET['title']."?old-url=true&".$_SERVER["QUERY_STRING"], TRUE, 301);
?>