<pre>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^data/sss.html /template/mytemplate/css/ss.css [L,QSA]
</IfModule>
</pre>
In this article, we are hiding /template/mytemplate/css/ss.css & website is showing data/sss.html instead, they can still be able to see css data but not other files or structure details.