Password Protecting a Muse page

I made a site in Adobe Muse, and would like to password protect a few pages. Ideally, have to type a password every time the URL is accessed (i.e. if someone copy/pastes the link, they would still have to type the password in). Also, I would like a different username and passwords for each page. If someone knows how to create a directory in Muse also, this might solve all my problems.
Here's Where I Came Up Short So Far:
- First Solution: Using htaccess and htpasswrd
Muse creates all its pages with no subdirectories, and no option to create a subdirectories. Which is how most forums described solving the problem. When I uploaded the 'htaccess' and 'htaccess' files to the domain, it caused an error on the main page.
- Second Solution: Use Widget from Muse-Themes.com
http://widgets-musethemes.businesscatalyst.com/tb005.html
I am willing to drop a few bucks to download this, however, this widget only asks for a password when clicking on the link. It doesn't actually protect the url itself. This means anyone can copy and paste the URL into a browser and it will load with no security.
NOTES
- It doesn't need to be super secure, but would like to not make the URLs easily accessed to the public.
- The pages will have links to a DropBox, which will change every few months. Meaning I'll have to do updates to the site. Would prefer to only have to update my Muse file when this occurs.
Let me know if you need more info, I hope I articulated this semi-clearly. Any help is greatly appreciated!

Hi,
You could create all you unprotected pages in one Muse site which you upload to your public folder.
Then create a new Muse site with your protected pages and upload this to a new folder created in your public folder (which you could password protect in CPanel).
Obviously, a bit of a headache having 2 ftp folders for one site, and the menu links. But it works
Hope this helps

Similar Messages

  • How can I add password protection to a Pages document on the iPad?

    Is there any way to add password protection to a Pages document on the iPad? 

    File->Export... and check the encrypt box
    (if you Export as PDF...., click: [Show Details]

  • Help in Setting Password Protection to a Page in DW MX2004

    I need to add password protection to a page.  How do I do this in DW MX2004?
    Any help would be appreciated.
    Dreawmweaver newbie.

    Depends on the following:
    What kind of server are you on - Linux or Windows?
    How secure do you need this to be?
    How many pages do you want to protect?
    How many unique usernames  & passwords do you need?
    If your requirements are simple, start by contacting your host.  They may provide  an Admin Panel from which you could set up a password protected folder.
    Or do a Google search for .htaccess and .htpasswd.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • PASSWORD protect an INDIVIDUAL PAGE

    IWEB certainly is a useful publishing tool, but I have come up against an issue. Is it possible to password protect an individual page of a site? I can't seem to find a way to do this?

    My understanding is no. You can create a second site that is password protected and link to a page within that site. Remember the password protection only works aon pages posted to your .Mac account.

  • I WANT TO PASSWORD PROTECT MY HOME PAGE ON I WEB..

    I WANT TO PASSWORD PROTECT MY HOME PAGE ON I WEB..
    I used to use a free bit of code called GateKeeper but it wont work on the Mac server any ideas anyone, the wrong people are viewing my photos.
    PAW

    SW1 Lady wrote:
    ...but it wont work on the Mac server
    iWeb's integrated password protection will work on Apple's MobileMe server. See this doc:
    _Protecting a site with a password_.

  • Password protect a single page on a site

    Hi,
    Please culd someone advise me on the best and simplist way of password protecting a single page on a site? I've done some research and there seems to be a fair bit of conflicting information. I just need anyone that clicks on a certain link to be prompted for a password and if possible be able to change the password on a monthly basis (i'd prefer it if my client could do this as well).
    Many thanks
    Regards
    Rob

    Below is a simple username/password page if you only have a handful of clients where a database is over-kill.
    It uses php so your hosting provider will need to be able to handle php. This will work with any of the following combination of the username and passsword.
    Pink, Elephant
    Blue, Sky
    Fat, Pig
    You can change the usernames and passwords in the php code below to suit yourself and you can add addtional usernames and passwords to the php. You can change the url they will be sent to once they enter the correct combination of username and password.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <?php
    if (array_key_exists('ewTest' , $_POST)) {
    $username = trim($_POST['username']);
    $password = trim($_POST['password']);
    if (($username == "Pink") && ($password == "Elephant"))
    $response = "Youre welcome! <a href='http://www.bbc.co.uk'>Enter Here</a>";
    elseif (($username == "Blue") && ($password == "Sky"))
    $response = "Youre welcome! <a href='http://www.itv.co.uk'>Enter Here</a>";
    elseif (($username == "Fat") && ($password == "Pig"))
    $response = "Youre welcome! <a href='http://www.adobe.com'>Enter Here</a>";
    else {
    $response = "Sorry, you do note have permission to access this webpage!";
    ?>
    <style type="text/css">
    #wrapper {
    width: 250px;
    padding: 20px;
    margin: 20px auto;
    background-color:#CCC;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    #wrapper p {
    margin: 0 0 0 0;
    padding: 0;
    text-align: center;
    input {
    width: 250px;
    input#submit {
    width: 100px;
    margin: 15px 0 0 0;
    </style>
    </head>
    <body>
    <div id="wrapper">
    <p style="margin-bottom: 10px;">Please enter your Username & Password below. (Case sensitive)</p>
    <form id="form1" name="form1" method="post" action="passtest.php">
    <label>Username</label><br />
    <input type="text" name="username" id="username" value=""/><br />
    <label>Password</label><br />
    <input type="text" name="password" id="password" value=""/><br />
    <input type="submit" name="ewTest" id="submit" value="Submit" />
    </form>
    <p style="margin-top: 10px;">
    <?php if(isset($response)) echo $response;?>
    </p>
    </div>
    </body>
    </html>

  • Can I create a login/password protection in Muse for a HTML5 page or two?

    Hi,
    I'm new to Muse.  Can I create a login/password protection for
    one of my pages in Muse?
    thanks,

    PASSWORD PROTECTING A PAGE WITH A NICE BOX DESIGNED INTO YOUR PAGE
    FINALLY, I'VE FOUND AN ANSWER TO PASSWORDING A PAGE OR SECTION WITH ADOBE MUSE WITH GREAT SIMPLICITY AND ALLOWING YOU TO 'DESIGN' THE PASSWORD BOX INTO YOUR PAGE!!!
    Even better is that you don't HAVE to have username AND password (although you could if you wanted to), so just a simple PASSWORD box and enter button DESIGNED BY YOU WITHIN YOUR PAGE, rather than nasty popups etc.  Importantly, the password itself is NOT within the source code of your page either!!
    The solution is at Jotform.com. I believe you can do this with a FREE ACCOUNT, although it's SUCH a great service for Musers that I paid for a proper account.
    Before you do this, create a page on your site saying "Wrong Password. Please go away" or something to that effect. You'll need it for when they enter the wrong password.
    So, in Jotform, you just create a new form and:
    1. Drag on a password box (it's in the power tools section)
    2. Select it and go to Conditions
    3. Go to Change Thank You URL after submission
    4. Enter: If [name of your password box] field EQUALS TO [enter your password]
    5. In the "Then redirect to" box, enter the URL of your protected page and click save
    6. In the resulting box click "ADD A NEW CONDITION" and do the SAME as stets 3 to 5 but this time say NOT EQUALS TO" with your same password and in the "Then redirect to" box, enter the URL of your WRONG PASSWORD page and click save
    7. Embed the button on your page and you're done!!!
    If you want to mess about with the EXACT alignment of a right aligned button and text box, you can go to Preferences and in the box which allows you to add your own custom CSS, enter the following code and mess about with the values until it's perfect for you:
    .form-buttons-wrapper { padding-top:3px !important; }#id_2 {margin-left: -50px !important;}
    Here's an example, built in Muse: www.hileytv.com/about.html
    I hope this helps my fellow Musers!
    Marcus

  • Is there a way to password protect a photo page in iWeb?

    My website is open to whoever wants to look at it but I do photography work for clients and would like to password protect their photos. Is there anyway I can password protect just my photo gallery page in iWeb? Thanks!

    If you publish to a server other than MobileMe you can password protect any directory - either by using Webshell or via the .htaccess. If you use the latter method, the data can be compiled using a generator....
    http://tools.dynamicdrive.com/password/
    MobileMe users need to create a new site for the protected content. This site can appear to be part of the main one if it is included in a text based navigation as an external hyperlink or by using a snippet code with the default navigation. This was answered by Cyclosaurus in this topic....
    https://discussions.apple.com/message/15027923#15027923

  • Password protecting documents in Pages

    Is it possible to save a document in Pages (1.0.2) with password protection?

    Stephen - This is not possible. I use this workaround for the one or two files I really need to password protect: I use Disk Utility to create a new disk image. I choose the size I want (5 meg is good enough) and select the option to encrypt it. This makes a disk image that requires a password to view. Once it's open, I can put any files I want on it.
    This won't be a good solution if you want to send someone a password protected file or have other needs.
    Incidentally: Since iPods have no security, when I backup my entire personal folder to it, I do it onto the same kind of encrypted image. This should be very safe in case I lose my iPod.

  • How to Password protect doc in pages

    How do I password protect a doc in pages?

    I'll assume you mean Pages 5 on Mac:
    Menu > File > Set Password…
    But think very carefully before doing it, the only person you are probably going to lock out from the document is yourself and there is no sensible way of getting back in other than a very expensive Russion cracking app, that will do so by sheer brute force, which will take ages.
    Peter

  • Password Protect Entire Gallery Page

    I know you can protect individual albums but is there a way to password protect the whole gallery page ?
    thanks

    No. You can't password protect the entire MobileMe gallery as a unit but can protect each gallery individually with the same user name and password. '
    If you want to make it convenient for visitors to have access to each gallery you could create an iWeb site with a page of hyperlinks to each of the protected MMe Galleries. Each hyperlink can be set to open in a new window so all it would take to get back to the page of hyperlinks would be to close the gallery window.

  • How to create a password protected file using pages

    Hi I wanna know how to password protect a pages document on iPad?
    thanks

    How To Encrypt A Folder With Password Protection In Mac

  • Anyone know about password protection for Muse?

    I am creating an organizational site and they only need 3 pages to be password protected.  Help! 
    Also anyone know a good site to find forms to use on site if it is not hosted by Adobe?  I'm using EmailmeForms and seem to be having trouble.
    Thanks in advance.

    Hello,
    Please refer to the post : http://forums.adobe.com/message/4406164 for your Password protected pages query.
    And regarding webforms, you can try Jotforms for using webforms with not using Business Catalyst as your hosting service.
    Hope this helps.
    Regards,
    Sachin

  • How do I take a password protection off a pages file without the password?

    I have forgotten the password I used to protect a file I created in pages and do not have any idea how to reset it. I have my admin password and my computer master password. Does anyone know how to fix this?

    I think you can forget about the document.
    Security is security. Either you can break it and it is not secure, or you can't but you end up locking yourself out.
    Something I warn users of. The usual victim of paranoia is the paranoid themselves.
    Peter

  • Can I password protect (lock) individual pages of the notepad or the entire notepad without locking the entire Iphone?

    Can I "lock" certain pages from the notebook or the entire notebook without locking the entire Iphone?

    No.

Maybe you are looking for