Web server configuration/openfarmtech.org/index.php: Difference between revisions
Jump to navigation
Jump to search
(The previous version was always redirecting to the main page) |
No edit summary |
||
Line 1: | Line 1: | ||
==File Contents== | == File Contents == | ||
<pre> | <pre> | ||
<?php | <?php | ||
Line 5: | Line 5: | ||
?> | ?> | ||
</pre> | </pre> | ||
[[Category: IT Infrastructure]] |
Latest revision as of 14:29, 18 June 2011
File Contents
<?php header("Location: http://opensourceecology.org/wiki/".$_GET['title']."?old-url=true&".$_SERVER["QUERY_STRING"], TRUE, 301); ?>