From 94f8448b22be76ec8f2b77a4a3967e6a8332cd28 Mon Sep 17 00:00:00 2001 From: Reedy Date: Tue, 16 Feb 2016 13:38:50 +0000 Subject: [PATCH] Remove wiki.phtml Change-Id: Ic2d422e16e3db236cf26731eafcec18f29cbcfb0 --- RELEASE-NOTES-1.29 | 7 +++++++ wiki.phtml | 3 --- 2 files changed, 7 insertions(+), 3 deletions(-) delete mode 100644 wiki.phtml diff --git a/RELEASE-NOTES-1.29 b/RELEASE-NOTES-1.29 index 905ea12467..fac6f7ea32 100644 --- a/RELEASE-NOTES-1.29 +++ b/RELEASE-NOTES-1.29 @@ -177,6 +177,13 @@ changes to languages because of Phabricator reports. * RedisConnectionPool::handleException (deprecated since 1.23) was removed. * The static properties mw.Api.errors and mw.Api.warnings, containing incomplete and outdated lists of errors/warnings returned by the API, are now deprecated. +* wiki.phtml entry point was removed. Refer to index.php instead. If you want "wiki.phtml" + URLs to continue to work, set up redirects. In Apache, this can be done by enabling + mod_rewrite and adding the following rules to your configuration: + + RewriteEngine On + RewriteBase / + RewriteRule ^/w/wiki\.phtml$ /w/index.php [R=301,L] == Compatibility == diff --git a/wiki.phtml b/wiki.phtml deleted file mode 100644 index a1975457e1..0000000000 --- a/wiki.phtml +++ /dev/null @@ -1,3 +0,0 @@ -