summaryrefslogtreecommitdiff
path: root/.htrouter.php
diff options
context:
space:
mode:
authorV.Krishn <vkrishn4@gmail.com>2016-07-02 01:14:44 +0530
committerV.Krishn <vkrishn4@gmail.com>2016-07-02 01:14:44 +0530
commitcd27278ee55556414e69f5f7915a64dc1d285ad2 (patch)
tree822a9f50159051091bdabc573cd615512b410a6c /.htrouter.php
downloadaports-ui-cd27278ee55556414e69f5f7915a64dc1d285ad2.tar.bz2
initial commit
Diffstat (limited to '.htrouter.php')
-rw-r--r--.htrouter.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/.htrouter.php b/.htrouter.php
new file mode 100644
index 0000000..38e8842
--- /dev/null
+++ b/.htrouter.php
@@ -0,0 +1,7 @@
+<?php
+
+if (!file_exists(__DIR__ . '/' . $_SERVER['REQUEST_URI'])) {
+ $_GET['_url'] = $_SERVER['REQUEST_URI'];
+}
+
+return false;