How to avoid Access-Control-Allow-Origin error using htaccess Add the below code in you .htaccess file. #avoid Access-Control-Allow-Origin error using htaccess <IfModule mod_headers.c> <FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$"> Header set Access-Control-Allow-Origin "*" </FilesMatch> </IfModule>
Official Google Webmaster Central Blog: Making smartphone sites load fast : Webmaster level: Intermediate Users tell us they use smartphones to search online because it’s quick and convenient, but today’s average ...
Comments
Post a Comment