telabotanica/ezmlm-forum/master/.htaccess - Htaccess File

telabotanica/ezmlm-forum/master/.htaccess

SetEnv no-gzip dont-vary
# In standalone mode, all URL are interpreted by index.php
RewriteEngine on
RewriteCond %{REQUEST_URI} !.(?:css|js|jpe?g|gif|png|tpl|woff|ttf)$ [NC]
RewriteRule ^(.+)$ index.php

On Github License

Files

Download PDF of Htaccess file
no-gzip, REQUEST_URI

Comments

Apache