<?php
	$where = 'http://' . $_SERVER['SERVER_NAME'] . '/wiki/index.php/Lone_Star_Red_Star';
	header("Location: $where");

	exit;
?>
