Password protected website

Hi,
Is it possible with iWeb to create photo galleries websites with login/password for categories of photos?
Thanks

Thanks, I'll take a look... and, forget about the possibility to have different sites places with different passwords, is it possible with iWeb to manage a list of usernames with different login/passwords to access the website, so I can add new access and remove old ones without problem?

Similar Messages

  • Why does the new version of Firefox not integrate with Norton 360 Identity Safe. Problem for me because I use Norton 360 Identity Safe to manage my passwords and make it more difficult to use password protected website without that add-in.

    I use Norton 360 Identity Safe to manage my passwords and it makes it difficult to use password protected website without that add-in.

    Norton release Firefox 8 compatibility already, instruction are here
    * http://community.norton.com/t5/Norton-360/Firefox-8-Support-for-Norton-Toolbar/td-p/581640

  • IOS8 fails to stream password protected website mp3 and mp4 files

    EDucational content in a password protected website folder (mp3 and mp4 lecture presentations) fail to stream from a simple directory list website with iOS 8 yet continue to work fine on an iPhone 4 with iOS 7.   Apple says "expected behavior" with all browsers on iOS 8.  Before i direct new students to other platforms so they can access course material, any fixes?

    i drafted the solution here,
    https://wiki.archlinux.org/index.php/Us … ows_shares
    why is it i seem to get no comments on most of my posts, do i just do wierd stuff, or have i offended someone?  :-| 
    If your not sure if i do wierd stuff, read the link above, lol.

  • Create password protected website

    Hello there,
    Does anyone know how I may be able to create a password
    protected website in Dreamweaver, Flash, or Fireworks? I have
    already built the website and it is live. But the owner would like
    a password protected page so their employees can access PDFs etc.
    Any feedback, advice or webpage tutorials would be awesome help.
    Thanks so much.
    Lorne17

    > I'd appreciate any feedback.
    You can do this using server scripting - ASP/ASP.Net/PHP/CF
    for example.
    The trick is to know a) which are supported by your host, and
    b) which are
    supported by your brain....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "lorne17" <[email protected]> wrote in
    message
    news:fme0gt$h6f$[email protected]..
    > Yes the host has a control panel and I did happen to get
    a folder password
    > protected.
    >
    > Now I have one more question. Now that I've done this I
    am curious to
    > know if
    > it is possible to have an index page that lists all the
    files in this
    > protected
    > folder? So that the users that login can easily click
    and download the
    > files
    > necessary. I would like to have the files updated in the
    list
    > automatically
    > when files are added. So we don't need to update the
    list's html every
    > time a
    > file is added? I'd appreciate any feedback. Thanks.
    >
    > Lorne
    >

  • Is There a way I can make a free password protected website with iWeb?

    Hi!
    I've been thinking to myself, "I want to make a free website". But I want it passcode protected and free. I am a mac kind of person so is there a way I can make a free passcode protected website with iWeb? I knwo you use to be able to do it with MobileMe, but that's outdated now so could someone please help!

    No, you cannot password protect a website with iWeb.
    And no, you don't have to be a Mac kind of person either.
    So how do they do it?
    http://www.thesitewizard.com/apache/password-protect-directory.shtml
    More if you search for it :
    https://www.google.com/search?q=password+protect+website

  • Can I create a password protected website for photos?

    I'd like viewers to be able to purchase prints of website photos. Is this possible?
    Thank you,
    Kiran

    You could certainly password protect your photos by putting your photo page in a separate site and password protecting it.
    Here's how to make it appear to be part of the rest of the site:
    http://web.mac.com/varkgirl/iWeb/Aardvarkland/Nav%20Bar.html
    But as far as purchasing the photos... well that isn't really possible in iWeb. You could add paypal buttons or something post-publishing. Or you could link to an outside site where people could purchase the photos...

  • Password protect website

    Hi
    I need to password protect the website. The objective is to have simple security so that if a user accidentially hits this site he will get this password pop-up and will be able to distinguish between other site which is hosted on other server.
    Server is on W2K m/c and no LDAP is available.
    I tried adding a username to File realm and denying permissions to all except that user in default ACL but that didnt help.
    HELP....
    TIA
    Vaibhav

    The "Password Protection" feature of iWeb works only to protect entire sites...not individual pages. The workaround, then, is to make the page that you want to protect a separate site in and of itself and password protect it. You can then create hyperlinks to this password protected site from your regular iWeb site.
    If you find this information useful or if it offers a solution to your problem, please mark this reply either as "solved" or "helpful" using the little buttons in the title bar of this reply. Thanks!

  • How do I stop Firefox from automatically filling in the spaces for my username and password on one of my password protected websites?

    Firefox is automatically entering my username and password on my Sacramento State University secure password site. I am trying to get that function stopped. I do not want my username and password automatically entered in the spaces provided for log in. I want to manually enter that information myself each time I log in to that particular secure password protected site.
    So far...I can not find a way to do that. All I find is a way to change my password. I do not wish to change my password. I just do not want it automatically entered for me.

    Thanks guys...I did as you suggested and it worked! Thanks!
    However...just want you all to know...a computer illiterate like myself had trouble finding which function on the menu bar to click on to find the options and security settings to "unclick." Eventually...I found the correct window.
    Thanks again...your advice worked!

  • How to make a (partly) password protected website

    I would like to know if it is possible to make a web site (by using iWeb and MobileMe) that is partly public and partly password protected?

    You can do it that way. But you can make it look like one web site. In Site 1 (the open site) add a blank page with the name for the protected site. In that blank page add the following code to an HTML snippet:
    <script type="text/javascript">
    parent.window.location = "URL TO PAGE 1 OF PROTECTED SITE"; </script>
    The "dummy" page will immediately redirect the visitor to the protected site. To get back the the main site you can put in a dummy page and add the same redirect code sending the visitor back to the original site. This puts the links in the navbar and makes it look like all one site. If you have more than one protected page and want them to be separate of each other create a separate protected site and do the same for it.
    To get the URL for the page you want to redirect to you need to publish the sites first, go to them and get the URL from the browser's window.
    My Demo Sites are setup this way. The Contents page for each site is redirected to a separate Contents site which contains the index of all the pages in the three demo sites. That way I only have to change the index on the Contents site instead of doing it for each site individually.
    OT

  • Flash Video With Flash Player On Password Protected Website

    Hi,
    I'm using the HTML widget to use the code for the JW flash player. I want it to play a flash video hosting on my iDisk.
    The site this is embedded on I've checked as password protected. HOWEVER...
    1) The visitor can see the site without asking for any name/password. But when they try to play the video they DO get asked for a name and password, but not the name/pass for the site. Instead the visitor is being asked for the MobileMe user name and password.
    How can I fix this?

    Where do you have the flash files located on your iDisk that you are linking to from within the HTML snippet?
    OT

  • Safari unable to open password protected websites

    I reported this bug using the bug report button on the Safari toolbar three beta version ago, and as the bug hasn't been fixed yet, I'm beginning to wonder if these bug reports actually go anywhere, especially as I once sent a "bug report" when I was not even connected to the internet and was told that the message had been sent successfully!
    When I go to for example www.ofcomswindlecomplaint.net/dev/, it asks me for my username and password, and then when I submit the correct username and password, the dialog disaapears momentarily and then reappears with a message saying they were invalid - but they are not invalid, and I can log in to the site in any browser other than Safari.
    Is there any way of ensuring this issue is seen by the developers? As I say, I have reported it three times via the bug report button but those bug reports seem to have gone into a black hole.
    Dave

    Safari has no problem with the site - if I remove the password protection Safari has no problems. It's IIS-based standard password protection that Safari isn't compatible with. And it's Safari Windows that is the problem, not the site - no other browser has any problem with it. It's a Safari bug and my question was how I can ensure that the developers are aware of it, given that the bug reports button on the Safari toolbar seems to go into a black hole.

  • How to create a multi-page PDF from a password protected website?

    Is there an automated way to create a PDF containing multiple levels of pages from a website that requires login with username & password? I've tried the 'Create PDF from web page' function but get an authentication error every time. Even tried adding the username & password to the URL (http://username:[email protected]...), to no avail. I really don't want to PDF each page individually and then manually merge them into one PDF. Any ideas?
    I'm using Acrobat Pro X on Windows 7.

    Unless Adobe changed something recently in the way this function of Acrobat
    works, it's not possible.

  • Safari won't open password protected websites.

    I've been having this issue since I installed Leopard and it's been a real drag.
    Safari won't open protected web directories. When I attempt to go to those sites Safari just makes me wait. Normally it should drop down the little username and password authentication box.
    I've tried re-installing Safari from the Leopard CD ROM - same problem.
    The problem doesn't seen to persist when I try from a Guest Account so I know it has to do with my particular account.
    It seems many other users are having this issue as I've come across some other useful forums that address this issue: http://forums.macrumors.com/showthread.php?t=73170
    I've tried all of these suggested fixes with no luck:
    -Trash the "login.keychain" file located in the Keychains in the users Home folder. (Users/yourname/Library/Keychains/)
    -Repairing permissions in Disk Utility
    -Changing my firewall port to something other than 80.
    -Adding X509Anchors and X509Certificates to my keychain.
    ...unfortunately none of these fix the problem for me.
    The only thing that fixes the issue is to "Reset Safari" from the Safari menu. This really ***** because it erases all of my history, passwords, etc. This fix also seems only temporary. After about 3 days the issue starts up again. Joy. Is there ANY other option?
    Truly frustrated with this.

    Thanks. Unfortunately that didn't work for me. I tried deleting the bookmark and visiting the site by typing in the address. The same problem still persists. I just sit there staring at the loading symbol spin and spin - hypnotized with anticipation.
    Any other ideas out there?

  • Password protected websites

    Hi all,
    For some strange reason, in Safari I have never been able to get the 'drop-down' username and password box come up.
    So for example, if I am logging into a website such as Facebook, where the text boxes are on the webpage, I can log in fine. However, I go onto other things, such as my university email, which upon clicking a link would normally give a little drop down at the top to enter username and password. Quite simply this doesn't appear. It just continues to be 'loading'.
    This has been the case for me even in Safari 3 and for some reason has always done it on both my iMac and Macbook.
    Despite this however, it does work completely fine in Firefox.
    Just for testing purposes, my university email login is http://owa.bcu.ac.uk, and I would ordinarily click the top link.
    Thank you for any help!

    Sorry to bump this, but my problem really is becoming rather frustrating.
    Are there any suggestions as to how to completely remove everything Safari-related from my iMac so I can install a fresh?

  • If I open more than one tab and then sign out of a password protected site in one tab, it will log me back in if both tabs are not closed and I return to the site. How do I change this?

    If I open a firefox browser and then I were to open another tab (e-mail for example) which is a password protected website, and then I sign out of my e-mail in the tab and close that tab, I can still access my e-mail without having to re-enter a password by going back to the e-mail website from the brower that is still open.
    ex. If I open google and am looking at something so I open another tab to go to hotmail. I then sign out of my hotmail and go back to the google site. If I then go to hotmail from the google site, even though I have signed out it will take me back into my e-mail unless I have closed all tabs upon signing out.
    Is there a way to make it so that if you sign out in one tab it completely signs you out?

    Make sure that Firefox closes properly to prevent session restore from restoring a crashed session.
    *"Hang at exit": http://kb.mozillazine.org/Firefox_hangs
    *"Firefox hangs when you quit it": https://support.mozilla.org/kb/Firefox+hangs
    Use "Firefox/File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit") to close Firefox if you are currently doing that by clicking the close X on the title bar.

Maybe you are looking for

  • Unable to capture Longtext

    hi all In transaction me61, there is a text tab in the toolbar. this follows to a page where we can enter evaluate a vendor based on conditions defined. The text entered is a longtext, my requirement is to catch this text. I checked tables CDPOS - wh

  • How do I import my old iTunes library from an old PC to my mac through an external hard drive?

    Ok, so I actually have multiple libraries (from itouch, nano, ipod) and I want to import the library from my old pc to work on my Mac. However, I only want it to work from my external hard drive, I do not want it to take any space in my Mac's SSD . T

  • Can I change Font List preferences to not start from A...

    To explain further, previously in CS6 I could scroll from say "M" down to "R" no problem; whilst also seeing a preview. Now in CC, Say I'm using Meta and want to scroll down to say Rockwell - I have to start again from A (or my most recent fonts firs

  • Stopsap is not working in Java ystem

    Hi All, We have a Java system connected to XI. stopsap command is not working when I try to shutdown the java system. I have to kill all the processes to stop the Java. The error that I am getting is the following. I used <SID>adm user to stop the Ja

  • How to clear the 0amount in the FOX of IP

    Hi,      I have a IP application, the column is define by 0amount, there is a statement as following to delete the column data, 0amount = 0.     it works OK, but the user would like  the cell to be blank instead of display 0, is there a way to do it?