How to solve CORS problem with font files? You have set the CDN and you have a problem with the fonts, here is the solution. **Apache** Add this block to the .htaccess file and the htaccess.conf file at the very beginning: <FilesMatch ".(eot|o... Apache CDN Linux Nginx
How to enable mod_rewrite in Apache server on Ubuntu / Debian linux server? **What is mod_rewrite?** The mod_rewrite module uses a rule-based rewriting mechanism and a regular PCRE parser to rearrange the requested URLs upon request. By default, mod_rewrite maps the URL to th... Apache Linux Ubuntu