bayuhafiz/scotsb_cms/master/.htaccess - Htaccess File

bayuhafiz/scotsb_cms/master/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond $1 !^(index.php|images|iu-resources|iu-application|install|iu-assets|asset.php|robots.txt)
RewriteRule ^(.*)$ index.php/$1 [L]

  <IfModule mod_env.c>
  SetEnv IU_SEO_URLS 1
  </IfModule>
</IfModule>

<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript
</IfModule>

<Files license.txt>
Order allow,deny
Deny from all
</Files>

<Files installed.txt>
Order allow,deny
Deny from all
</Files>

On Github License

Files

Download PDF of Htaccess file
DEFLATE

Comments

Apache