Skip to content

Commit 7b4a00d

Browse files
ngayeriepedrosousakodster28
authored
[Support] Redirect some of the CMS articles to cache rules (#25397)
* [Cache] Delete src/content/docs/support/third-party-software/content-management-system-cms/caching-html-with-drupal.mdx SPM-2924 * [Cache] Delete src/content/docs/support/third-party-software/content-management-system-cms/using-cloudflare-and-drupal-five-easy-recommended-steps.mdx SPM-2924 * [Cache] Delete src/content/docs/support/third-party-software/content-management-system-cms/caching-static-html-with-wordpresswoocommerce.mdx SPM-2924 * [Cache] Delete src/content/docs/support/third-party-software/content-management-system-cms/cloudflare-and-joomla-recommended-first-steps.mdx SPM-2924 * [Cache] Delete src/content/docs/support/third-party-software/e-commerce/caching-static-html-with-magento-business-and-enterprise-only.mdx SPM-2924 * Update __redirects SPM-2924 * Update link * Remove page and links * fixes --------- Co-authored-by: Pedro Sousa <[email protected]> Co-authored-by: kodster28 <[email protected]>
1 parent 6683a39 commit 7b4a00d

11 files changed

+10
-376
lines changed

public/__redirects

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1454,9 +1454,10 @@
14541454
/support/third-party-software/content-management-system-cms/using-cloudflare-with-bigcommerce/ /cloudflare-for-platforms/cloudflare-for-saas/saas-customers/provider-guides/bigcommerce/ 301
14551455
/support/third-party-software/content-management-system-cms/how-do-i-add-a-wordpress.com-custom-domain-mapping-site-to-cloudflare/ /support/third-party-software/content-management-system-cms/wordpress.com-and-cloudflare/ 301
14561456
/support/third-party-software/content-management-system-cms/how-do-i-use-wordpress-multi-site-wpmu-with-cloudflare/ /automatic-platform-optimization/ 301
1457-
/support/third-party-software/content-management-system-cms/modified_drupal/ /support/third-party-software/content-management-system-cms/caching-html-with-drupal/ 301
1457+
/support/third-party-software/content-management-system-cms/modified_drupal/ /cache/how-to/cache-rules/ 301
14581458
/support/third-party-software/content-management-system-cms/using-cloudflare-with-wix-website-builder/ /dns/manage-dns-records/reference/vendor-specific-records/#wix 301
14591459
/support/third-party-software/content-management-system-cms/wordpress.com-and-cloudflare/ /support/third-party-software/content-management-system-cms/wordpresscom-and-cloudflare/ 301
1460+
/support/third-party-software/content-management-system-cms/can-i-use-wordpress-caching-plugins-like-super-cache-or-w3-total-cache-w3tc-with-cloudflare/ /cache/how-to/cache-rules/ 301
14601461
/support/more-dashboard-apps/cloudflare-scrape-shield/what-does-scrape-shield-do/ /waf/tools/scrape-shield/ 301
14611462
/support/third-party-software/others/how-do-i-get-cloudflare-to-work-with-vaultpress/ /automatic-platform-optimization/ 301
14621463
/support/third-party-software/others/can-i-use-cloudflare-and-varnish-together/ /rules/snippets/ 301
@@ -1536,6 +1537,12 @@
15361537
/support/account-management-billing/understanding-cloudflare-sales-tax/ /billing/sales-tax/ 301
15371538
/support/account-management-billing/ /support/troubleshooting/general-troubleshooting/cannot-locate-dashboard-account/ 301
15381539
/support/account-management-billing/cannot-locate-dashboard-account/ /support/troubleshooting/general-troubleshooting/cannot-locate-dashboard-account/ 301
1540+
/support/third-party-software/content-management-system-cms/caching-static-html-with-wordpresswoocommerce/ /cache/how-to/cache-rules/ 301
1541+
/support/third-party-software/content-management-system-cms/caching-html-with-drupal/ /cache/how-to/cache-rules/ 301
1542+
/support/third-party-software/content-management-system-cms/using-cloudflare-and-drupal-five-easy-recommended-steps/ /cache/how-to/cache-rules/ 301
1543+
/support/third-party-software/content-management-system-cms/cloudflare-and-joomla-recommended-first-steps/ /cache/how-to/cache-rules/ 301
1544+
/support/third-party-software/e-commerce/caching-static-html-with-magento-business-and-enterprise-only/ /cache/how-to/cache-rules/ 301
1545+
/support/third-party-software/e-commerce/ /cloudflare-for-platforms/cloudflare-for-saas/saas-customers/provider-guides/ 301
15391546

15401547
# r2
15411548
/r2/platform/s3-compatibility/api/ /r2/api/s3/api/ 301
@@ -2431,4 +2438,4 @@
24312438
/containers/scaling-and-routing /containers/platform-details/scaling-and-routing 301
24322439
/containers/architecture /containers/platform-details/architecture 301
24332440
/containers/durable-object-methods /containers/platform-details/durable-object-methods 301
2434-
/containers/platform-details /containers/platform-details/architecture 301
2441+
/containers/platform-details /containers/platform-details/architecture 301

src/content/docs/rules/page-rules/reference/additional-reference.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,7 @@ Limitations include:
2828
- 12 wildcards per cookie regex
2929
- 1 wildcard in between each `|` in the cookie regex
3030

31-
To learn how to configure **Bypass Cache on Cookie** with a variety of platforms, review these articles:
32-
33-
- [Caching Static HTML with WordPress/WooCommerce](/support/third-party-software/content-management-system-cms/caching-static-html-with-wordpresswoocommerce/)
34-
- [Caching Static HTML with Magento (Business and Enterprise only)](/support/third-party-software/e-commerce/caching-static-html-with-magento-business-and-enterprise-only/)
35-
- [Customize cache](/cache/concepts/customize-cache/)
31+
To learn how to configure **Bypass Cache on Cookie** with a cache rule, refer to [Bypass Cache on Cookie](/cache/how-to/cache-rules/examples/bypass-cache-on-cookie/).
3632

3733
:::note
3834

src/content/docs/support/third-party-software/content-management-system-cms/caching-html-with-drupal.mdx

Lines changed: 0 additions & 62 deletions
This file was deleted.

src/content/docs/support/third-party-software/content-management-system-cms/caching-static-html-with-wordpresswoocommerce.mdx

Lines changed: 0 additions & 63 deletions
This file was deleted.

src/content/docs/support/third-party-software/content-management-system-cms/can-i-use-wordpress-caching-plugins-like-super-cache-or-w3-total-cache-w3tc-with-cloudflare.mdx

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/content/docs/support/third-party-software/content-management-system-cms/cloudflare-and-joomla-recommended-first-steps.mdx

Lines changed: 0 additions & 62 deletions
This file was deleted.

src/content/docs/support/third-party-software/content-management-system-cms/cloudflare-wordpress-plugin-automatic-cache-management.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ Automatic Cache Management uses native hooks built into WordPress. The Cloudflar
2020
* switch\_theme
2121
* customize\_save\_after
2222

23-
:::note
24-
25-
This feature works great [when caching HTML on
26-
WordPress](/support/third-party-software/content-management-system-cms/caching-static-html-with-wordpresswoocommerce/) with
27-
the Bypass Cache on Cookie setting.
28-
:::
29-
3023
***
3124

3225
## Enable Automatic Cache Management

src/content/docs/support/third-party-software/content-management-system-cms/speed-up-wordpress-and-improve-performance.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@ Cloudflare's CDN services can help cache your content across our giant global n
1313

1414
Cloudflare's "[Bypass Cache on Cookie](/cache/how-to/cache-rules/examples/bypass-cache-on-cookie/)" functionality allows non-logged-in pages to be fully cached by Cloudflare. This means your server can save time and resources by not having to regenerate pages where the HTML is effectively static, whilst not interfering with dynamic behaviour - as soon as a user logs-in to the WordPress dashboard or adds something to their WooCommerce, the Edge cache is bypassed.
1515

16-
:::note
17-
18-
This feature is available to Business and Enterprise users. Instructions
19-
on configuring this can be found in the article: [Caching Static HTML
20-
with
21-
WordPress/WooCommerce](/support/third-party-software/content-management-system-cms/caching-static-html-with-wordpresswoocommerce/).
22-
:::
23-
2416
### Optimise Images
2517

2618
Images can be incredibly costly to page load times; fortunately, Cloudflare can dramatically help improve image load times. You can find these features in the Cloudflare dashboard by going to **Speed** > **Optimization** > **Image Optimization**.

src/content/docs/support/third-party-software/content-management-system-cms/using-cloudflare-and-drupal-five-easy-recommended-steps.mdx

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)