Bug html
Résolu
Utilisateur anonyme
-
Utilisateur anonyme -
Utilisateur anonyme -
Bonjour,
Access to Font at 'https://www.mondomaine.fr/asset/css/fonts/franchise-bold-webfont.ttf' from origin 'https://mondomaine.fr' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://mondomaine.fr' is therefore not allowed access.
Voila j'arrive pas à trouver comment resoudre ce bug
Access to Font at 'https://www.mondomaine.fr/asset/css/fonts/franchise-bold-webfont.ttf' from origin 'https://mondomaine.fr' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://mondomaine.fr' is therefore not allowed access.
Voila j'arrive pas à trouver comment resoudre ce bug
A voir également:
- Bug html
- Editeur html - Télécharger - HTML
- Iptv bug forum ✓ - Forum TV & Vidéo
- Html br - Forum HTML
- Bug chromecast - Guide
- Bug localisation snap ✓ - Forum Snapchat
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^tondomaine.fr$
RewriteRule ^(.*) http://www.tondomaine.fr/$1 [QSA,L,R=301]
Sinon dans mon .htaccess j'ai mis :
RewriteEngine On
# RewriteCond %{SERVER_PORT} 80
# RewriteCond %{HTTP_HOST} ^https://www.amnexia.fr [NC]
# RewriteRule ^(.*)$ https://www.exemple.fr/$1 [L,R=301,NC]
RewriteCond %{HTTPS} off
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule .* https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]