apache_conf 通过.htaccess(主.htaccess)保护wordpress网站
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf 通过.htaccess(主.htaccess)保护wordpress网站相关的知识,希望对你有一定的参考价值。
<Files wp-config.php>
order allow,deny
deny from all
</Files>
DirectoryIndex index.php
#Place above #Begin WordPress lines
# Block the include-only files.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^wp-admin/includes/ - [F,L]
RewriteRule !^wp-includes/ - [S=3]
RewriteRule ^wp-includes/[^/]+\.php$ - [F,L]
RewriteRule ^wp-includes/js/tinymce/langs/.+\.php - [F,L]
RewriteRule ^wp-includes/theme-compat/ - [F,L]
</IfModule>
# directory browsing
Options All -Indexes
<Files ~ "^.*\.([Hh][Tt][Aa])">
order allow,deny
deny from all
satisfy all
</Files>
以上是关于apache_conf 通过.htaccess(主.htaccess)保护wordpress网站的主要内容,如果未能解决你的问题,请参考以下文章
apache_conf 通过htaccess利用浏览缓存。
apache_conf 通过htaccess利用浏览缓存。
apache_conf 通过htaccess进行不同的重定向
apache_conf 通过Apache .htaccess取消设置所有cookie
apache_conf 通过Apache .htaccess取消设置所有cookie
apache_conf 示例htaccess规则强制通过HTTPS的所有流量