<?php
	header('Location: article.php?' . $_SERVER['QUERY_STRING']);
	exit;
?>