aboutsummaryrefslogtreecommitdiff
path: root/htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'htaccess')
-rw-r--r--htaccess6
1 files changed, 6 insertions, 0 deletions
diff --git a/htaccess b/htaccess
new file mode 100644
index 0000000..ccd64f4
--- /dev/null
+++ b/htaccess
@@ -0,0 +1,6 @@
+RewriteEngine On
+
+RewriteCond %{REQUEST_FILENAME} !-d
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteRule ^ifconfig$ ifconfig.php [L]
+RewriteRule ^ifconfig/(.*)$ /ifconfig.php?q=$1 [L]