robin69
Forum Replies Created
-
Forum: Plugins
In reply to: [WPAdmin AWS CDN] My Header Icons Are Breakingit got solved after doing process purge cache from cloudfront panel and force http to https.
Yes it got solved!
Forum: Plugins
In reply to: [WPAdmin AWS CDN] My Header Icons Are BreakingThis is htaceess file
<IfModule mod_rewrite.c> ###################### ## Handling Options for the CORS RewriteCond %{REQUEST_METHOD} OPTIONS RewriteRule ^(.*)$ $1 [L,R=204] ################### ## Add custom headers Header set X-Content-Type-Options "nosniff" Header set X-XSS-Protection "1; mode=block" # Always set these headers for CORS. Header always set Access-Control-Max-Age 1728000 Header always set Access-Control-Allow-Origin: "*" Header always set Access-Control-Allow-Methods: "GET,POST,OPTIONS,DELETE,PUT" Header always set Access-Control-Allow-Headers: "DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,C$ Header always set Access-Control-Allow-Credentials true </IfModule>
Forum: Plugins
In reply to: [WPAdmin AWS CDN] My Header Icons Are Breakingthis is my vhost file code
context / { location $DOC_ROOT/ allowBrowse 1 extraHeaders Access-Control-Allow-Origin * rewrite { RewriteFile .htaccess } addDefaultCharset off phpIniOverride { } }
Forum: Themes and Templates
In reply to: [GeneratePress] how to shift widget title to right?Check widget title of bestsellers and Pannier Backpacks
Forum: Plugins
In reply to: [WPAdmin AWS CDN] Excluded Css Still Icons Are Breakingstill not working
Forum: Plugins
In reply to: [WPAdmin AWS CDN] Excluded Css Still Icons Are Breakingscreenshot link
Forum: Plugins
In reply to: [WPAdmin AWS CDN] My header icons are breaking?I am using litespeed not nginx
Forum: Plugins
In reply to: [WPAdmin AWS CDN] My header icons are breaking?@luckychingi any update on this sir?
Forum: Plugins
In reply to: [WPAdmin AWS CDN] My header icons are breaking?This can be useful https://forums.aws.amazon.com/thread.jspa?threadID=165257
Forum: Plugins
In reply to: [WPAdmin AWS CDN] My header icons are breaking?you are trying to share some resource that is hosted on your origin server. E.g
myserver.com/styles/fonts/some_font.woffFor this you have a distribution in cloudfront and now accessing your file with:
my_distribution_id.cloudfront.net/styles/fonts/some_font.woffBut now it is not allowed to be loaded by origin other than cloudfront.net.
To allow your specific origin, you need to check that ‘Access-Control-Allow-Origin’ header is present in both paths and valid. You need to send this header from your origin server: when you access resource myserver.com/styles/fonts/some_font.woff you should see the header in browser console. In this case cloudfront will cache the header and send it to your visitors as well. If this header is absent, cloudfront will send response without it as well. Note that if you change headers in the origin server you will need to invalidate distribution to propagate your changes in headers.
I got above solution on aws forum. Could you please explain what it means and what i have to do?
Forum: Plugins
In reply to: [WPAdmin AWS CDN] My header icons are breaking?i did that sir but it’s not working.
CDN even breaking internal wordpress dashboard icons
https://prnt.sc/v64zarHow to purge cache on cloudfronnt cdn?
Forum: Plugins
In reply to: How To Show Fixed Sidebar Without PluginSorry