summaryrefslogtreecommitdiff
path: root/program/.htaccess
diff options
context:
space:
mode:
authorHugues Hiegel <root@paranoid>2014-08-05 16:44:15 +0200
committerHugues Hiegel <root@paranoid>2014-08-05 16:44:15 +0200
commitfc82d481d9b30ced95935b70a86ab7dde5451d3e (patch)
tree99c28841966ef3735dd9b551336a54715cc800f6 /program/.htaccess
parentf91f8533678c388b879d9e999a6bcc9e22ad7e19 (diff)
more stufflocal
Diffstat (limited to 'program/.htaccess')
-rw-r--r--program/.htaccess4
1 files changed, 4 insertions, 0 deletions
diff --git a/program/.htaccess b/program/.htaccess
new file mode 100644
index 000000000..be9e7e25a
--- /dev/null
+++ b/program/.htaccess
@@ -0,0 +1,4 @@
+<IfModule mod_rewrite.c>
+RewriteEngine On
+RewriteRule !^(js|resources) - [F]
+</IfModule>