Zend certified PHP/Magento developer

Renaming all htaccess file inside a project directory recursively

I need to rename all .htaccess file inside the folder home/admin/projects/website to .oldhtaccess, what’s the best way to do this in bash? It needs to be done in every folder recursively.