Forum Moderators: coopster
- a login/register (like any membership system) using server-side script (PHP/ASP/PERL). Then you can display two content depending if you have logged or not.
- type the following in your .htaccess file (if you do not what it is, than do some search in this forum or google)
Just an example
# WEB CONFIGURATION
PerlSetVar AuthFile path/to/password.txt
AuthName "Acces Restreint"
AuthType Basic
require valid-user myname