inception/srcs/requirements/wordpress/conf/wwwmore/497.php
2025-06-13 12:26:40 +02:00

3 lines
111 B
PHP

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