Changeset 1165389
- Timestamp:
- 05/22/2015 01:18:06 AM (11 years ago)
- File:
-
- 1 edited
-
sqlite-cache/trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sqlite-cache/trunk/readme.txt
r1165383 r1165389 46 46 delivered with. 47 47 1. Third form is for cleaning cache. Note the cache will be cleared every 48 time when you submit the secondform so you don't need to clear cache49 after changing pluginsettings.48 time when you submit the domain settings form so you don't need to clear cache 49 after changing settings. 50 50 51 51 * Add two lines into `index.php` file (you will be notified on the settings page) … … 100 100 (yourdomain.ini) will be deleted so cache engine will not be applied for 101 101 the current domain. However it stays working for other sites installed 102 in the same directory until it is included in the `index.php`. 102 in the same directory until it is included in the `index.php` and their 103 setting files exist. 103 104 104 105 == Other notes == … … 106 107 = As the cache script doesn't load the WordPress core where does it save it's settings? = 107 108 108 *To get the plugin working you need to define the SQLite storage location in109 To get the plugin working you need to define the SQLite storage location in 109 110 the `index.php` of the wordpress installation directory (note, not in wp-config.php 110 111 but index.php). Besides of the SQLite file, this directory contains general … … 115 116 = How the plugin handles URLs with and without `www.` prefix? = 116 117 117 The presen se of `www.` prefix is defined in Parameters - General.118 The presence of `www.` prefix is defined in `Parameters` - `General`. 118 119 The plugin stores `with_www` parameter in `domains/yourdomain.ini` file in the 119 120 cache directory and redirects requests correspondingly; these redirects are … … 124 125 Yes, but for subdomains mode only (blogname.example.com), not for 125 126 example.com/blogname. A superadmin of a multisite network has access to 126 the first setting form (cache location) andblog admins have access to the127 the first setting form (cache location), blog admins have access to the 127 128 second form and purge form. 128 129
Note: See TracChangeset
for help on using the changeset viewer.