使用htaccess保护开发Wordpress网站

时间:2013-04-04 13:37:41

标签: wordpress apache .htaccess

如何使用htaccess从搜索引擎和人类密码保护开发Wordpress网站。

还可以指定我需要在wordpress中保留.htaccess文件的文件夹以完成阻止它。

我尝试使用以下htacess文件,但仅在登录主页后显示,其他页面无效。

SetEnvIf Host dev.test.com passreq
AuthType Basic
AuthName "restricted area"
AuthUserFile /home/user/dev.test.com/wp-content/themes/theme_name/.htpasswd
Require valid-user
Order allow,deny
allow from all
Deny from env=passreq
Satisfy any

我做错了什么?目前我在* wp-content / theme / theme_name / .htaccess *

中保存.htaccess文件

1 个答案:

答案 0 :(得分:0)

您应该将文件放在Webroot中以完全密码保护它。将它放在* wp-content / theme / theme_name下只会保护从该目录提供的文件