cancel
Showing results for 
Search instead for 
Did you mean: 

How to delete a cache folder

How to delete a cache folder

error.jpg

 

I Installed a templatemonster theme. then every page is ok except main page.

 

so i asked templatemonster how to solve this problem. they said that the main page's error is related to the cache folder. the cache folder is "version1593465399".

if you see below link, there is cache folder. they said i need to drop server cache and  magento cache.

https://domain.com/pub/static/version1593465399/frontend/TemplateMonster/theme007/en_US/TemplateMons...:

 

so i deleted magento cache using below command.

 

php bin/magento setup:upgrade
php bin/magento index:reindex
php bin/magento cache:clean

 

However, i do not know how to drop server cache. Please let me know how to solve this problem. thanks.

 

 

 

 

 



1 REPLY 1

Re: How to delete a cache folder

@sungmo 

 

Server cache is different, here they are asking to refresh Static content. 

Just run below command:

php bin/magento setup:static-content:deploy -f
php bin/magento c:f

And if you want to remove this version number, just follow below shared link:

https://www.manishmittal.com/how-to-remove-deployment-version-number-from-static-content-file-paths-...

Manish Mittal
https://www.manishmittal.com/