Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 769 Bytes

UPGRADE.md

File metadata and controls

25 lines (15 loc) · 769 Bytes

Upgrade guide

Upgrading To 3.0

  1. Cache folder changed from /storage/page-cache to /storage/quicksilver/cache
  2. Webserver configuration (.htaccess or nginx) is optional now, and can be removed. Quicksilver has more features without webserver configuration.

Upgrading To 1.3

Open your .htaccess file, and replace old section of "serving cache rules" with new from documentation

If you edited this section, or don't want to replace whole section, you need to add this two lines right after section headline.

RewriteCond %{QUERY_STRING} ^(.)
RewriteRule !^index.php index.php [L,NC]