Skip to content
Will Strohl edited this page Sep 9, 2020 · 11 revisions

CloudFlare Purge Cache Module for DNN

This open-source module allows you to authorize end-users to be able to clear the cache on CloudFlare with a single click.

How to Use

  1. Install the module like normal.

  2. The module will create a CloudFlare Cache link for you in the persona bar and add the module to the page for you.

IMAGE

  1. Update the module settings to add your ZoneID, API Key (token), and account e-mail address.

IMAGE

  1. Save the changes and you're up and running!

  2. Click the button to clear the cache.

If the settings are correct, you'll see an image like seen below.

IMAGE

If the settings are not correct, you'll an error instead.

IMAGE

How to Troubleshoot

If you're running into issues, update the DotNetNuke.Log4Net.config file in the root of your website to have the Debug setting turned on like seen below.

<level value="Debug" />

Thank You

Huge thanks to David Poindexter and Daniel Valadas for getting this first release ready.

Clone this wiki locally