- Cache folder changed from
/storage/page-cache
to/storage/quicksilver/cache
- Webserver configuration (.htaccess or nginx) is optional now, and can be removed. Quicksilver has more features without webserver configuration.
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]