Connect SSH
ssh -p 24601 user@IP-Address
After password enter,
use below command to find and delete htaccess
find . -type f -name ".htaccess" -exec echo rm {} \;
Jagdish Sarma Asked question March 6, 2022
Connect SSH
ssh -p 24601 user@IP-Address
After password enter,
use below command to find and delete htaccess
find . -type f -name ".htaccess" -exec echo rm {} \;