text WP安全htaccess

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text WP安全htaccess相关的知识,希望对你有一定的参考价值。

######################################
#         WORDPRESS SECURITY         #
######################################

# Follow symbolic links
Options +FollowSymLinks

# Protect folder content
Options -Indexes

# Hide server information
ServerSignature Off

# Protect wp-config.php
<files wp-config.php>
 Order allow,deny
 Deny from all
</files>

# Protect .htaccess and .htpasswds
<Files ~ "^.*\.([Hh][Tt][AaPp])">
 Order allow,deny
 Deny from all
</Files>

# Hide authors pages
<IfModule mod_rewrite.c>
 RewriteCond %{QUERY_STRING} ^author=([0-9]*)
 RewriteRule .* - [F]
</IfModule>

# Protect xmlrpc.php
<Files xmlrpc.php>
 Order allow,deny
 Deny from all
</Files>

# Protect info files
<FilesMatch "^(readme.html|readme.txt|README.txt|README.md|changelog.txt|license.txt|LICENCE.txt|LICENCE)">
 Order allow,deny
 Deny from all
</FilesMatch>

以上是关于text WP安全htaccess的主要内容,如果未能解决你的问题,请参考以下文章

text 如果本地不存在,则从实时域上传 - 必须添加到wp-content / uploads / .htaccess

.htaccess重写安全防护文件访问权限

apache_conf 基本WP htaccess

apache_conf WP的.htaccess

使用.htaccess保护wp config文件

apache_conf WP Super Cache .htaccess