Περιγραφή
Το νέο & βελτιωμένο πρόσθετο Amazon Cloudfront Distribution από το WPAdmin. Ρυθμίστε το Amazon Cloudfront CDN για τον ιστότοπό σας. Τώρα με νέο σχεδιασμό και μεγαλύτερη ευελιξία. Υποστηρίζει επίσης την εγκατάσταση WordPress Multisite.
Στιγμιότυπα
Εγκατάσταση
Using the WordPress Plugin Search
-
Navigate to the
Add New
sub-page under the Plugins admin page. -
Αναζήτηση για
WPAdmin AWS CDN
. -
The plugin should be listed first in the search results.
-
Click the
Install Now
link. -
Lastly click the
Activate Plugin
link to activate the plugin.
Uploading in WordPress Admin
-
Download the plugin zip file and save it to your computer.
-
Navigate to the
Add New
sub-page under the Plugins admin page. -
Click the
Upload
link. -
Select
wpadmin-aws-cdn
zip file from where you saved the zip file on your computer. -
Click the
Install Now
button. -
Lastly click the
Activate Plugin
link to activate the plugin.
Using FTP
-
Download the plugin zip file and save it to your computer.
-
Εξάγετε το αρχείο zip
wpadmin-aws-cdn
. -
Create a new directory named
wpadmin-aws-cdn
directory in the../wp-content/plugins/
directory. -
Upload the files from the folder extracted in Step 2.
-
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
Κριτικές
Συνεισφέροντες & Προγραμματιστές
“WPAdmin AWS CDN” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “WPAdmin AWS CDN” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
V.3.0.1
Enhancements