nilamdoc/KYCGlobal/master/.htaccess - Htaccess File

nilamdoc/KYCGlobal/master/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteRule    ^$ app/webroot/    [L]
    RewriteRule    (.*) app/webroot/$1 [L]
</IfModule>
<IfModule mod_deflate.c>
  AddOutputFilterByType DEFLATE text/html text/xml text/css text/javascript application/javascript application/x-javascript
</IfModule>

On Github License

Files

Download PDF of Htaccess file
DEFLATE

Comments

Apache