Tachii/jobsboard/master/.htaccess - Htaccess File

Tachii/jobsboard/master/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteRule    ^$    webroot/    [L]
    RewriteRule    (.*) webroot/$1    [L]
  <FilesMatch ".(ttf|otf|eot|svg|woff)$">
    <IfModule mod_headers.c>
      Header set Access-Control-Allow-Origin "*"
    </IfModule>
  </FilesMatch>
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache