summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rwxr-xr-x.htaccess6
1 files changed, 6 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
new file mode 100755
index 0000000..2509095
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,6 @@
+AddDefaultCharset utf-8
+AddHandler default-handler .py
+
+RewriteEngine On
+RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
+RewriteRule . /index.php