alexalok/elfchat/master/.htaccess - Htaccess File

alexalok/elfchat/master/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ index.php [QSA,L]
</IfModule>

<FilesMatch ".(ttf|otf|eot|woff)$">
    <IfModule mod_headers.c>
        Header set Access-Control-Allow-Origin *
    </IfModule>
</FilesMatch>

AddType application/font-woff .woff

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache