Ok, so i assume you want users to enter password twice regardless how they enter your member area, correct? If so, your host needs to activate mod_rewrite (for htaccess rewrite), mod_alias (for htaccess redirects) in Apache. Or you can do it if you have access to httpd.conf. Once activated, you can create rule to setup www to go to non-www(or vice-versa) and your users will be forced to enter password twice.
|