inception/srcs/www/497.php

3 lines
111 B
PHP

<?php
http_response_code(301);
header("Location: https://" . $_SERVER["HTTP_HOST"] . $_SERVER['REQUEST_URI']);