# Php Reciples ## Headers Redirect: ```php header('Location: '.$newURL); ``` note that this uses a `302` response code, perhaps `301` or `303` are more appropriate.