Best practices before uploading a local Kirby website?

Hi! :slight_smile:

What are the best practices that should be followed before uploading a Kirby WebSite from a local to an online server? (The practices should address security and avoidance of “unnecessary files”.)

Does the following make sense?

  • Empty the site/cache directory completely (without index.html)
  • Empty the media directory completely (without index.html)
  • Hide the panel behind another URL
    panel | Kirby CMS

I think it is really important to check all points of “Secure your project”!

But are there any other ideas or comments?

MAT

This is a must, the media folder is basically a cache folder and you might run into issues if you upload the media folder

Should never be deployed either