aboutsummaryrefslogtreecommitdiff
path: root/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
commitd42607998482e36865c1d8a443f92a457f6b2f3b (patch)
tree9840be82dbf1b58da42d0a66f20b23ea0b01cf55 /vendors/min/.htaccess
downloadelgg-d42607998482e36865c1d8a443f92a457f6b2f3b.tar.gz
elgg-d42607998482e36865c1d8a443f92a457f6b2f3b.tar.bz2
Squashed 'mod/minify/' content from commit 5949018
git-subtree-dir: mod/minify git-subtree-split: 594901859d5afc1fa364322428bd7a6d5c6a3f96
Diffstat (limited to 'vendors/min/.htaccess')
-rw-r--r--vendors/min/.htaccess4
1 files changed, 4 insertions, 0 deletions
diff --git a/vendors/min/.htaccess b/vendors/min/.htaccess
new file mode 100644
index 000000000..42f13eb23
--- /dev/null
+++ b/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