Langkah untuk menghapus seluruh file .htacces pada 1 folder wordpress pada sistem operasi linux dapat dilakukan menggunakan perintah berikut:

  • cd /path/to/your/website/root
  • find . -type f -name .htaccess
  • find . -type f -name .htaccess -exec rm {} \;