Files
archived-web-master/public/index.php
Ayesh Karunaratne ac1ea4746f Update *.php.net URLs to HTTPS (#9)
Updated existing `*.php.net` absolute URLs to use `https://`.
This includes redirects, links, and image source URLs to `php.net`, `people.php.net`, and `bugs.php.net`, all of which redirect to HTTPS.
Updating the hardcoded URLs from `http://` to `https://` should reduce the slight change of MITM that intercept the redirect response from `http://` URLs.
2021-04-07 18:38:16 -07:00

3 lines
44 B
PHP

<?php
header("Location: https://php.net/");