Say I have a FAQ page I want protected, members only access. The address is http://www.loghome-consulting.com/faq.htm. So how do I make that inaccessable to non members? Thanks.
Since the FAQ is in your main directory, this complicates things. Does it need to stay there? If you put it into a subdirectory, like http://www.site.com/faq/index.htm then you can use htpasswd, new_rewrite, php_include+mod_rewrite, or php_include+auto_prepend_file protection. Go to your admin screen, protect directory, and set the protection up. Personally, I like new_rewrite the best for protecting whole directories of various file types. David