aboutsummaryrefslogtreecommitdiff
path: root/vendors/min/.htaccess
blob: 42f13eb23dc79234b3a02f2fb397eff6a89eb832 (plain)
1
2
3
4
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^([a-z]=.*)  index.php?$1  [L,NE]
</IfModule>