summaryrefslogtreecommitdiff
path: root/program/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'program/.htaccess')
-rw-r--r--program/.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/.htaccess b/program/.htaccess
index 8114af685..c4f456c58 100644
--- a/program/.htaccess
+++ b/program/.htaccess
@@ -1,4 +1,4 @@
<IfModule mod_rewrite.c>
RewriteEngine On
-RewriteRule !^js|.*\.[gt]if$ - [F]
+RewriteRule !^js|resources$ - [F]
</IfModule>