我是一个完整的新手。
我正在使用最新的Wordpress 3.8.1
问题是登录框(私人会员,位于/ member_area)出现在主页上..这只是一个登陆页面...我不希望这个框出现在那里。
我有一个名为member_area的子目录,其中包含所有html文件..在此子目录中,存在以下.htaccess:
########### AMEMBER START #####################
AuthType Basic
AuthName "Members Only"
AuthUserFile /home2/rtvouche/public_html/ph/amember/data/.htpasswd
AuthGroupFile /home2/rtvouche/public_html/ph/amember/data/.htgroup
Require group PRODUCT_1
########### AMEMBER FINISH ####################
而在我的根WP目录中,存在以下.htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
所以我想要的是......只在/ member_area中登录框应该来......但它不应该出现在主页上。
提前致谢...
答案 0 :(得分:0)
对于会员使用插件wp成员这个插件用于arrage成员