summaryrefslogtreecommitdiff
path: root/program/.htaccess
diff options
context:
space:
mode:
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>