I want to mask url using .htaccess. I found this code:

Code:
RewriteEngine On 
RewriteRule ^something\/?$ \/something\/else\/
Is it possbile to create just one .htaccess in the httpdocs which will handle every page
of my ftp space (or should i create many .htaccess depending on the folders)?