This topic has 4 replies, 2 voices, and was last updated 3 years, 8 months ago ago by Rose Tyler
hello sir in my theme demo we cant able to set icon pls guide me how i can set this up
pls check https://yummylol.com/home-default/ for idea
waiting for reply
Hello,
Here is what I can see in your browser console – https://prnt.sc/10bi4vo Please read this article – https://crunchify.com/how-to-fix-access-control-allow-origin-issue-for-your-https-enabled-wordpress-site-and-maxcdn/
Regards
hello sir i have added # BEGIN GD-SSL
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteCond %{HTTP_USER_AGENT} ^(.+)$
RewriteCond %{SERVER_NAME} ^yummylol\.com$ [OR]
RewriteCond %{SERVER_NAME} ^bmq\.c3b\.myftpupload\.com$
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
Header add Strict-Transport-Security “max-age=300”
Header always set Content-Security-Policy “upgrade-insecure-requests”
# END GD-SSL
# BEGIN WordPress
# The directives (lines) between “BEGIN WordPress” and “END WordPress” are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
RewriteEngine On
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
Header set Access-Control-Allow-Origin “*”
# END WordPress
in my .htaccess filr and also my domain in using https://yummylol.com
in hosting but still this error id showing pls guide me how we can solve this
Hello,
Contact your hosting provider to get assistance.
Regards
You must be logged in to reply to this topic.Log in/Sign up