Plugin Directory

Changeset 1165389


Ignore:
Timestamp:
05/22/2015 01:18:06 AM (11 years ago)
Author:
andreyk
Message:

text in readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sqlite-cache/trunk/readme.txt

    r1165383 r1165389  
    4646delivered with.
    47471. Third form is for cleaning cache. Note the cache will be cleared every
    48 time when you submit the second form so you don't need to clear cache
    49 after changing plugin settings.
     48time when you submit the domain settings form so you don't need to clear cache
     49after changing settings.
    5050
    5151* Add two lines into `index.php` file (you will be notified on the settings page)
     
    100100(yourdomain.ini) will be deleted so cache engine will not be applied for
    101101the current domain. However it stays working for other sites installed
    102 in the same directory until it is included in the `index.php`.
     102in the same directory until it is included in the `index.php` and their
     103setting files exist.
    103104
    104105== Other notes ==
     
    106107= As the cache script doesn't load the WordPress core where does it save it's settings? =
    107108
    108 * To get the plugin working you need to define the SQLite storage location in
     109To get the plugin working you need to define the SQLite storage location in
    109110the `index.php` of the wordpress installation directory (note, not in wp-config.php
    110111but index.php). Besides of the SQLite file, this directory contains general
     
    115116= How the plugin handles URLs with and without `www.` prefix? =
    116117
    117 The presense of `www.` prefix is defined in Parameters - General.
     118The presence of `www.` prefix is defined in `Parameters` - `General`.
    118119The plugin stores `with_www` parameter in `domains/yourdomain.ini` file in the
    119120cache directory and redirects requests correspondingly; these redirects are
     
    124125Yes, but for subdomains mode only (blogname.example.com), not for
    125126example.com/blogname. A superadmin of a multisite network has access to
    126 the first setting form (cache location) and blog admins have access to the
     127the first setting form (cache location), blog admins have access to the
    127128second form and purge form.
    128129
Note: See TracChangeset for help on using the changeset viewer.