web/museo/index.php
changeset 797 c3543cde84c8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/museo/index.php	Tue Mar 12 15:13:25 2013 +0100
@@ -0,0 +1,6 @@
+<?php
+// Permanent redirection
+header("HTTP/1.1 301 Moved Permanently");
+header("Location: select.php");
+exit();
+?>
\ No newline at end of file