aboutsummaryrefslogtreecommitdiff
path: root/mod/minify/vendors/min/.htaccess
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-15 15:11:12 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-15 15:11:12 -0300
commit656f816ee6f56747ed7770dbd6b67305676f654a (patch)
tree5cc3560ee5c6b60d07365940355dda241c0c88df /mod/minify/vendors/min/.htaccess
parent7d9fff84991467dfe4d28f206663f50e38dbbc6d (diff)
parentd42607998482e36865c1d8a443f92a457f6b2f3b (diff)
downloadelgg-656f816ee6f56747ed7770dbd6b67305676f654a.tar.gz
elgg-656f816ee6f56747ed7770dbd6b67305676f654a.tar.bz2
Merge commit 'd42607998482e36865c1d8a443f92a457f6b2f3b' as 'mod/minify'
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