The problem was that on the first lines you had:
<Files "****.php">
Order Allow,Deny
Deny from All
</Files><Files "****.php">
Order Allow,Deny
Deny from All
</Files>
Instead of:
<Files "****.php">
Order Allow,Deny
Deny from All
</Files>
<Files "****.php">
Order Allow,Deny
Deny from All
</Files>...