Traduction htaccess de mon site web
Mon hébergeur a mis dans mon site web un .htaccess qui contient ceci
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
# -FrontPage-
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>
AuthName www.argonique.org
AuthUserFile /home/argonique/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/argonique/public_html/_vti_pvt/service.grp |
Est-ce qu'une âme charitable pourait me commenter ce contenu
mille mercis d' avance :oops: