#Options +FollowSymlinks
RewriteEngine on
#Estático
RewriteCond %{QUERY_STRING} ^(.*)$ [NC]
RewriteRule ^lib/js/funcoes.js$ lib/js/funcoes.php?&%1 [NC]
RewriteCond %{QUERY_STRING} ^(.*)$ [NC]
RewriteRule ^_do\-(.*)$ scripts/do_$1.php?&%1 [NC]
RewriteRule ^index2.html$ index.html [NC]