WPAdmin AWS CDN

Περιγραφή

Το νέο & βελτιωμένο πρόσθετο Amazon Cloudfront Distribution από το WPAdmin. Ρυθμίστε το Amazon Cloudfront CDN για τον ιστότοπό σας. Τώρα με νέο σχεδιασμό και μεγαλύτερη ευελιξία. Υποστηρίζει επίσης την εγκατάσταση WordPress Multisite.

Στιγμιότυπα

  • screenshot-1.png
  • screenshot-2.png
  • screenshot-3.png
  • screenshot-4.png
  • screenshot-5.png

Εγκατάσταση

Using the WordPress Plugin Search

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

  2. Αναζήτηση για 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. Εξάγετε το αρχείο zip wpadmin-aws-cdn.

  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.

Συχνές Ερωτήσεις

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

Apache

Προσθέστε τα ακόλουθα στο αρχείο .htaccess, ακριβώς κάτω από το “# 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

Προσθέστε κάτι τέτοιο στο vhost config σας

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

Ανατρέξτε σε αυτό το άρθρο για περισσότερες πληροφορίες: https://github.com/fontello/fontello/wiki/How-to-setup-server-to-serve-fonts

Πώς να δημιουργήσετε έναν χρήστη στο AWS

Ακολουθήστε τα βήματα σε αυτό το άρθρο

Paid Support Available

Send me an email

Κριτικές

2 Μαρτίου 2024
Thanks to the developers of this plugin - getting 79% hit ratio easily.
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!
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?
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...
Ανάγνωση όλων των 51 κριτικών

Συνεισφέροντες & Προγραμματιστές

“WPAdmin AWS CDN” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

Σύνοψη αλλαγών

V.3.0.1
Enhancements