Announcement

Collapse
No announcement yet.

Log In Page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Log In Page

    Is there a way to make only 1 page from the whole site password protected?

    By that I mean, the user has to type in a password to be able to see that particular page ONLY. He can navigate through the rest of the site without any password.
    Thanks.

    #2
    Hi Jack

    I'm afraid this is not possible with Actinic. Within Actinic, a section is a html page. So if you can find a javascript for username and password, you could simply open Act_Primary.html. Resave it as Act_PrimaryUsername.html. Copy the javascript function here, then apply this overall layout to the section you wish to be protected.

    Another way would be to create a customer account and price schedule, then in the advance user guide simply check "Bouncing Unregistered Customers Out of Sections" on page 58.

    The latter maybe the easiest. You can download the advance user guide for this address: http://www.actinicdownloads.com/docs...cedguide_7.zip

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      If your site is using the Apache web server you may be able to use a .htaccess file (using the <Files> directive) for that purpose. http://www.4webhelp.net/tutorials/misc/htaccess.php has some info.
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment

      Working...
      X