nbtai/haiquan/master/.htaccess - Htaccess File

nbtai/haiquan/master/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine on
        RewriteRule ^(googlefe57c575c170564f.html)($|/) - [L]
        RewriteRule ^(phpmadmin)($|/) - [L]
  RewriteRule  ^$ public/    [L]
  RewriteRule  (.*) public/$1 [L]
</IfModule>
 <IfModule mod_expires.c>
   # Enable expirations.
   ExpiresActive Off

   # Cache all files for 2 weeks after access (A).
   ExpiresDefault A1209600

  <FilesMatch (.js|.html)$>
     ExpiresActive Off
  </FilesMatch>
 </IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache