Code
# Deny access to important files
<FilesMatch "(^\.|wp-config\.php|xmlrpc\.php|(?<!robots)\.txt|(liesmich|readme)\.*)">
Order deny,allow
Deny from all
</FilesMatch>
# Deny access to important files
<FilesMatch "(.htaccess|.htpasswd|wp-config.php|liesmich.html|readme.html)">
order deny,allow
deny from all
</FilesMatch>
Alles anzeigen
ist teilweise doppelt gemoppelt
Ist das so mit htaccess|.htpasswd richtig? bzw könnt ihr mir ne Seite sagen, wo ich das nachlesen kann?
Code
<FilesMatch "(^\.|wp-config\.php|xmlrpc\.php|(?<!robots)\.txt|.htaccess|.htpasswd|(liesmich|readme)\.*)">
Order deny,allow
Deny from all
</FilesMatch>
und was macht !robots)\.tx?