We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc4978 commit faf6faeCopy full SHA for faf6fae
error.php
@@ -177,6 +177,12 @@
177
mirror_redirect("https://github.com/php/php-src/issues/" . $matches[1]);
178
}
179
180
+// php.net/supported-versions.PHP -> supported-versions.php
181
+if ($URI == 'supported-versions.PHP') {
182
+ mirror_redirect("https://www.php.net/supported-versions.php");
183
+}
184
+
185
186
// ============================================================================
187
// Redirect if the entered URI was a PHP page name (except some pages,
188
// which we display in the mirror's language or the explicitly specified
0 commit comments