thanx for all, it fixed my troble.
remember put the code in first line in .htaccess file
e.g:
# -FrontPage-
<Files index-extra.php>
SecFilterInheritance Off
</Files>
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
??