From 6fea306ab914287bc2e6ec242f440e31e440110f Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sat, 29 Nov 2014 19:31:21 +0100 Subject: move url rewriting into php for better compatibility with nginx --- pages/about.php | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages/about.php (limited to 'pages/about.php') diff --git a/pages/about.php b/pages/about.php new file mode 100644 index 0000000..9586e73 --- /dev/null +++ b/pages/about.php @@ -0,0 +1,8 @@ +render(array( + 'page' => 'about', + 'title' => 'About the Streams', +)); -- cgit v1.2.3