From 0e85c921aabf9b77e7c32f8b190d0cd59e728e97 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Mon, 11 May 2015 14:33:57 -0500 Subject: [PATCH] Rewrite /manual/en/? to /learn/ - Old ZF1 skeleton app has this as a link, and it currently goes to a 404 page. This redirect will now go to the /learn/ page, where they can choose which manual they want to read. --- rewrites.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rewrites.php b/rewrites.php index 719aac7c3..0421d6b42 100644 --- a/rewrites.php +++ b/rewrites.php @@ -23,6 +23,8 @@ '/zf2/board/invite' => '/', '/zf2/blog/feed' => '/blog/feed-rss.xml', '/docs/quickstart' => '/manual/1.12/en/learning.quickstart.html', + '/manual/en' => '/learn/', + '/manual/en/' => '/learn/', ); $rewriteRegexes = array(