清除织梦网站的缓存文件。

  • 通常缓存文件位于 /data/cache 和 /data/temp 目录下。
rm -rf /path/to/your/website/data/cache/*
rm -rf /path/to/your/website/data/temp/*