moreirainacio/grupotrilhas/master/.htaccess - Htaccess File

moreirainacio/grupotrilhas/master/.htaccess

RewriteEngine On
RewriteCond %{REQUEST_URI} ^/(system|xhr).*
RewriteRule ^(.*)$ index.php?/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php?/$1 [L]

<ifModule mod_deflate.c>
    <filesMatch ".(js|css|html|php)$">
        AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript application/javascript
    </filesMatch>
 </ifModule>

#<IfModule mod_rewrite.c>
#    RewriteEngine On
#    RewriteBase /
#    RewriteCond %{REQUEST_URI} !^/google254b42e34114b586.html*$
#    RewriteCond %{REQUEST_FILENAME} !-f
#    RewriteCond %{REQUEST_FILENAME} !-d
#    RewriteRule ^(.*)$ codeigniter/index.php/$1 [L]
#</IfModule>

On Github License

Files

Download PDF of Htaccess file
DEFLATE, REQUEST_FILENAME, REQUEST_URI

Comments

Apache