Knowledge Base Manual Qwords.com
 Subscribe to Posts (RSS) and Comments (RSS)

Instalasi Plugin WP Super Cache untuk WordPress anda

Posted by Qwords.com @ 3:07 PM, Sunday May 10th, 2009

Kami menyarankan situs anda yang menggunakan wordpress untuk terinstall plugin WP Super Cache, agar tidak membebani server.

Plugin WP Super Cache juga membuat situs anda dapat dengan cepat diload serta terhindar dari suspend yang dilakukan oleh administrator kami, apabila situs wordpress anda banyak pengunjung dan membuat server Overload karena Query MySQL yang dilakukan oleh wordpress tersebut.

Cara memasang Plugin WP Super Cache adalah sebagai berikut

1. Download Plugin dari situs WP Super Cache ,
2.Upload plugin tersebut ke folder plugin wordpress anda,
contoh : /home/usernamecpanel/public_html/wp-content/plugins
3.Aktifkan Plugin WP Super Cache tersebut dari Dashboard Plugin WordPress anda
4.Buat file .htaccess pada root direktori public_html anda
contoh : /home/usernamecpanel/public_html/.htaccess
Masukkan kode berikut pada file .htaccess tersebut

RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_METHOD} !=POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP_COOKIE} !^.*(comment_author_|wordpress|wp-postpass_).*$
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz -f
RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz [L]

RewriteCond %{REQUEST_METHOD} !=POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{QUERY_STRING} !.*attachment_id=.*
RewriteCond %{HTTP_COOKIE} !^.*(comment_author_|wordpress|wp-postpass_).*$
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f
RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

5 Responses to “Instalasi Plugin WP Super Cache untuk WordPress anda”

  1. irdix Says:

    sudah gitu saja ya??

    sipp trims untuk tutorialnya

    bravo QWORDS

  2. venita Says:

    WP Super Cache Manager
    Edit /home/ourcscom/public_html/wp-config.php and add the following line: define(‘WP_CACHE’, true);Otherwise, WP-Cache will not be executed by WordPress core.

    saya kok tidak mengerti, setelah install WP cache kok timbul tulisan spt itu

    yang ini saya juga kurang paham:
    4.Buat file .htaccess pada root direktori public_html anda
    contoh : /home/usernamecpanel/public_html/.htaccess
    Masukkan kode berikut pada file .htaccess tersebut

    terima-kasih atas supportnya

  3. animated wallpaper Says:

    di ht access itu meletakkannya dimana bos

  4. andhy Says:

    thanks GUN mungkin plugins WP Super Cache . bisa menjadi reperensi saya juga.
    sukses selalu

  5. tutorial blog Says:

    Ooo…ternyata ini toh guna plugins ini. Thanks ya…ilmu baru niee

Leave a Reply