Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nmicht/wp-cdn-rewrite
Wordpress plugin to rewrite assets url
https://github.com/nmicht/wp-cdn-rewrite
Last synced: 19 days ago
JSON representation
Wordpress plugin to rewrite assets url
- Host: GitHub
- URL: https://github.com/nmicht/wp-cdn-rewrite
- Owner: nmicht
- Created: 2013-12-06T18:15:03.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-06T18:15:39.000Z (almost 11 years ago)
- Last Synced: 2023-03-29T00:40:20.494Z (over 1 year ago)
- Language: PHP
- Size: 97.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WP CDN Rewrite
===========Wordpress Plugin to rewrite all the assets to get them from CDN instead the normal location.
Installation
1. Download the file and include it in your plugins folder
2. In the wp-config file add the url for you CDN without the trailing slash
//Setting the CDN url in Edgecast
define('CDN_URL','http://assets.michelletorres.mx');