Integrate Cartika CDN with Wordpress

Integrate Cartika CDN with Wordpress

How can you integrate CDN with Wordpress?

Installation Of CDN Plugin

  1. Login to the Wordpress Admin Panel.
  2. Navigate to Plugin page then click on Add New.
  3. Insert W3 Total Cache into the search field.
  4. Install W3 Total Cache and activate it.

Migrate Contents to CDN

  1. Open the Settings page of the CDN plugin from the Plugin page.
  2. Under General Settings page, scroll down to CDN Delivery Network, tick to enable and choose CDN Type as Mirror.
  3. Save changes.
  4. Select Content Delivery Network (CDN) Setting from the drop down menu of Viewing.
  5. Insert the CDN URL into Replace site's hostname with. (CDN URL would be your CNAME'd domain ex cdn.domain.com) 
  6. Save changes.
  7. Activate the changes on General Settings Page.

Verification

Verify if your Wordpress blog is on CDN by viewing the HTML source code. Image links shall be replaced with CDN URLs.

    • Related Articles

    • How to Configure the Cartika CDN Service

      There are several ways to configure and manage your Cartika CDN service.  Advanced users can setup all sorts of custom configurations, choose which folders to fetch, utilize custom DNS zones (ie CDN.domain.com)   This guide is for the average user ...
    • WordPress

      WordPress     Install Linux: wget --no-check-certificate http://wordpress.org/latest.tar.gz Then unzip the package tar -xzvf latest.tar.gz The WordPress package will extract into a folder called wordpress in the same directory that you downloaded. ...
    • Advanced CDN Options. HTTPS/SSL,NGINX Settings,Video Streaming and more

      Log into your https://accounts.cartika.com Manage your Cartika CDN service and choose the "hostname" you wish to work with Click on the advanced settings icon Functions include Granular Country Access allow/deny Hotlink policy with advanced ...
    • Migrating WordPress

      Make a full WordPress Transfer A WordPress migration from one hosting provider to another is an easy task if performed properly. Basically, to make a WordPress migration from one host to another consists of three parts - moving the files, moving the ...
    • Enable Multisite for wordpress

      To enable multisite support in wordpress do the following steps:   (1)Go to hsphere user's home directory and find the related folder for wordpress in which wp-config.php file exists. (2)Edit wp-cofnig.php file and at end of file add below mentioned ...