Cache Clear: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 June 2024

  • curprev 11:5211:52, 21 June 2024Qljca talk contribs 695 bytes 0 No edit summary
  • curprev 11:4911:49, 21 June 2024Qljca talk contribs 695 bytes +1 No edit summary
  • curprev 11:4711:47, 21 June 2024Qljca talk contribs 694 bytes +694 Created page with "==Wordpress== <pre> wp cache clear rm -rf wp-content/cache/ </pre> ==Magento== <pre> bin/magento cache:clean php bin/magento c:c bin/magento cache:flush php bin/magento c:f </pre> ==Prestashop== ===Prestashop 1.6== <pre> delete all of the content in the following directories except for the index.php file: img/tmp cache/smarty/cache cache/smarty/compile </pre> ===Prestashop 1.7=== <pre> Erase all the files and folders inside the following directories: var/cache/dev..."