aboutsummaryrefslogtreecommitdiff
path: root/mod/minify/vendors/min/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'mod/minify/vendors/min/.htaccess')
-rw-r--r--mod/minify/vendors/min/.htaccess4
1 files changed, 4 insertions, 0 deletions
diff --git a/mod/minify/vendors/min/.htaccess b/mod/minify/vendors/min/.htaccess
new file mode 100644
index 000000000..42f13eb23
--- /dev/null
+++ b/mod/minify/vendors/min/.htaccess
@@ -0,0 +1,4 @@
+<IfModule mod_rewrite.c>
+RewriteEngine on
+RewriteRule ^([a-z]=.*) index.php?$1 [L,NE]
+</IfModule> \ No newline at end of file