Changeset 1165326
- Timestamp:
- 05/21/2015 11:23:05 PM (11 years ago)
- File:
-
- 1 edited
-
sqlite-cache/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sqlite-cache/trunk/readme.txt
r1165308 r1165326 33 33 == Installation == 34 34 35 * Upload the plugin from the WordPress plugin installation page or unpack 36 `sqlite-cache` folder to the plugins directory (usually `wp-content/plugins/`). 35 * Upload the plugin from the WordPress plugin installation page or 36 unpack `sqlite-cache` folder to the plugins directory 37 (usually `wp-content/plugins/`). 37 38 38 39 * Activate the plugin through the WordPress Plugins manager, then you 39 will see 'SQLite Cache'item in the `Settings` submenu of WordPress admin menu.40 will see `SQLite Cache` item in the `Settings` submenu of WordPress admin menu. 40 41 41 42 * Forms on the the plugin settings page: … … 105 106 = As the cache script doesn't load the WordPress core where does it save it's settings? = 106 107 107 * To get the plugin working you need to define the SQLite storage location in the108 `index.php` of the wordpress installation directory (note, not in wp-config.php108 * To get the plugin working you need to define the SQLite storage location in 109 the `index.php` of the wordpress installation directory (note, not in wp-config.php 109 110 but index.php). Besides of the SQLite file, this directory contains general 110 111 settings file (compression setting) and a subfolder for per domain settings.
Note: See TracChangeset
for help on using the changeset viewer.