WPAdmin AWS CDN

Plugin Banner

WPAdmin AWS CDN

by luckychingi

Download
Description

The new & improved Amazon Cloudfront Distribution Plugin by WPAdmin. Setup Amazon Cloudfront CDN for your website. Now with intuitive layout and more flexibility. Also supports WordPress Multisite installation.

Using the WordPress Plugin Search

  1. Navigate to the Add New sub-page under the Plugins admin page.

  2. Search for WPAdmin AWS CDN.

  3. The plugin should be listed first in the search results.

  4. Click the Install Now link.

  5. Lastly click the Activate Plugin link to activate the plugin.

Uploading in WordPress Admin

  1. Download the plugin zip file and save it to your computer.

  2. Navigate to the Add New sub-page under the Plugins admin page.

  3. Click the Upload link.

  4. Select wpadmin-aws-cdn zip file from where you saved the zip file on your computer.

  5. Click the Install Now button.

  6. Lastly click the Activate Plugin link to activate the plugin.

Using FTP

  1. Download the plugin zip file and save it to your computer.

  2. Extract the wpadmin-aws-cdn zip file.

  3. Create a new directory named wpadmin-aws-cdn directory in the ../wp-content/plugins/ directory.

  4. Upload the files from the folder extracted in Step 2.

  5. Activate the plugin on the Plugins admin page.

  1. screenshot-1.png

    screenshot-1.png

  2. screenshot-2.png

    screenshot-2.png

  3. screenshot-3.png

    screenshot-3.png

  4. screenshot-4.png

    screenshot-4.png

  5. screenshot-5.png

    screenshot-5.png

CORS Error: No Access-Control-Allow-Origin header is present on the requested resource

Apache

Add the following in your .htaccess file, immediately under ‘# END WordPress’

<FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|font.css)$">
<IfModule mod_headers.c>
Header add Access-Control-Allow-Origin "*"
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
Nginx

Add something like this to your vhost config

location ~* \.(eot|otf|ttf|woff|woff2)$ {
    add_header Access-Control-Allow-Origin *;
}

Refer to this article for more info: https://github.com/fontello/fontello/wiki/How-to-setup-server-to-serve-fonts

How To Create An AWS User

Follow the steps in this article

Paid Support Available

Send me an email

It does not work - very disappointed.

By bk9001 on October 3, 2024

It looked promising with so many videos promoting it. But, unfortunately, it doesn't work so I have no choice but to give a poor rating. What else can I say about it after wasting several hours to make it work?

AWS credentials were created new with correct AWS Cloud Front access policy. No cloud front distribution has been created and it doesn't even give any error too. Tried reinstalling this plug-in but it still doesn't do any thing.

The AWS cloudtrail even doesn't show any event that means - it didn't even send any API call to create a distribution.

Looks like a total waste of time.

10/2/2024 Update

There is a bug in plugin. But there is way to fix it - check the support forum thread to fix this.

Because plug-in has an unfixed bug, leaving the ratings to still '*' for now.

It doesn't work.

By Henry Douglas (henrydouglas) on September 9, 2024

It doesn't work. The access credentials creation tutorial is not up to date.

Lifesaver

By saymeak on March 2, 2024

Thanks to the developers of this plugin - getting 79% hit ratio easily.

Very good - But needs Buddyboss bug fixed

By havenwebmanagement on July 10, 2023

Works very well, except 2 problems with Buddyboss, the profile header in my timeline url gets distorted and profile pics disappear. Also couple Buddyboss widgets failed to work in Elementor pop up which works when plugin is disabled. Apart from that this could be on to a winner!

AWS User instruction article is geo-blocked

By ristekaus on May 7, 2023

a) Your instruction article is geo-blocked in Australia. Not visible.

b) Does the setup require changes to DNS records (to point to CDN)?

c) Page speed in GTmatrix slows down a lot after the pluggin is activated. Surely the aim is to speed up?

This Plugin is not compatible with woocommerce

By unleashedpremium on June 6, 2023

This Plugin is not compatible with judgeme review plugin. And no response from developer. 😔

Simple yet effective way to enable Cloudfront CDN

By southafricanrob on August 22, 2022

I tried W3 Total Cache, WP Super Cache,Key CDN enabler all with minor issues on my Elastic Beanstalk environment and WPAdmin AWS CDN was an easy solution that just worked. Support resolved a minor PHP warning promptly. Happy to recommend...

Great Plugin, Great Support

By kas (kashi079) on May 11, 2021

Serves it's purpose cleanly. Also great support from developers.

Worked like a charm

By vivekdojoko on April 25, 2021

Dear friend, Thanks a lot for the plugin, saved us a ton of time and effort. One small clarification needed, would be great if you could help. Once the cdn was setup and worked we left it alone till now when we realised that the data was being pumped by the website on inspection we realised that the plugin was missing as we had created an instance from a pre plugin ami. We installed it again and did another setup to make it work. We checked and found taht the erlier distribution was present and enabled but probably not serving. So my question is...does the plugin has any depedency on the distribution and vice verca?

Great but not compatible with Divi Builder

By Alainb on April 16, 2021

It was so easy to setup BUT my divi buider stopped working when extension is active...

V.3.0.1
Enhancements

Back to top