<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Techy Things &#187; drupal</title>
	<atom:link href="https://tech.yipp.ca/category/drupal/feed/" rel="self" type="application/rss+xml" />
	<link>https://tech.yipp.ca</link>
	<description>Just another Yipp.ca Blogs site</description>
	<lastBuildDate>Thu, 01 May 2025 18:06:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>Drupal CDN goes 404 on CSS after cache clear</title>
		<link>https://tech.yipp.ca/drupal/drupal-cdn-goes-404-css-cache-clear/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=drupal-cdn-goes-404-css-cache-clear</link>
		<comments>https://tech.yipp.ca/drupal/drupal-cdn-goes-404-css-cache-clear/#comments</comments>
		<pubDate>Wed, 19 Nov 2014 14:11:34 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[drupal]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=1229</guid>
		<description><![CDATA[<p>You asked to clear the cache and now the website looks completely ugly without CSS. The CDN reports 404 on the .css. Solution : I do the following and it gets resolved : $&#62;&#46;&#46;&#46;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/drupal/drupal-cdn-goes-404-css-cache-clear/">Drupal CDN goes 404 on CSS after cache clear</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h3>You asked to clear the cache and now the website looks completely ugly without CSS. The CDN reports 404 on the .css.</h3>
<h4>Solution : I do the following and it gets resolved :</h4>
<pre>$&gt; drush -r /SiteBuilder/stage/public_html/ pm-disable cdn -y</pre>
<pre>$&gt; drush -r /SiteBuilder/stage/public_html/ cc all</pre>
<pre>$&gt; drush -r /SiteBuilder/stage/public_html/ pm-enable cdn -y</pre>
<p>&nbsp;</p>
<h4>If you are using Amazon CloudFront CDN and still have problem, you may want to invalidate cache on AWS CloudFront like this :</h4>
<ol>
<li>Navigate to https://console.aws.amazon.com/cloudfront/home</li>
<li>Click on your cloudfront instance</li>
<li>Click on the "Invalidations" tab</li>
<li>Click the button "Create Invalidation"</li>
<li>Enter path /</li>
<li>Click the button "Invalidate"</li>
</ol>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/drupal/drupal-cdn-goes-404-css-cache-clear/">Drupal CDN goes 404 on CSS after cache clear</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/drupal/drupal-cdn-goes-404-css-cache-clear/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
