Password Protect an iWeb Web Site

Hello,
Is there a way to password protect an iWeb website? I am not using mobile me, I use 1&1.
I need to password protect a page on my website.
Can anyone help?

_*Easy Way to Password Protect your Iweb site in 5 Minutes - For FTP Users.*_
1. Visit your website and copy the URL of the first page - Example; the URL for Google Images is: http://www.google.com/imghp?hl=en&tab=wi&ie=UTF-8&oe=UTF-8&q
2. Create a blank page in Iweb
3. Using the inspector (unclick both “include page in navigation menu and display navigation menu”) of the blank page.
4. Make the blank page the first page of the site.
5. Delete all text boxes on the blank page.
6. Copy and paste the following to a html snippet in the middle of the blank page;
<SCRIPT>
function passWord() {
var testV = 1;
var pass1 = prompt('Please Enter Your Password',' ');
while (testV < 3) {
if (!pass1)
history.go(-1);
if (pass1.toLowerCase() == "dog") {
alert('You Got it Right!');
window.open('protectpage.html');
break;
testV+=1;
var pass1 =
prompt('Access Denied - Password Incorrect, Please Try Again.','Password');
if (pass1.toLowerCase()!="password" & testV ==3)
history.go(-1);
return " ";
</SCRIPT>
<CENTER>
<FORM>
<input type="button" value="Enter Protected Area" onClick="passWord()">
</FORM>
</CENTER>
7. Where it says dog change that to the password of your choosing and where it says protectpage.html change that to the link of the first page you copied earlier. (Note the previous first page is now the second page of the website.
8. Upload your website and you are done.
Message was edited by: SDOG NOS
< Edited by Host >

Similar Messages

  • How to password protect non .mac web site

    does anyone have step-by-step directions on how to make my web page password protected on a non .mac web space?
    for example, http://www.yoursite.net/~userid
    My internet service provider does not support web page creation, they just provide the space.
    The only thing they said was the path to my directory is /rmgrazi/public_html/ and I should create my index.html file inside the public folder. I've tried creating and uploading a .htaccess file in the public folder, and then putting a .htpasswd file in my root directory /rmgrazi/
    This doesn't seem to work. Any advice appreciated. Thanks.

    Thanks for your help -- I'm not an expert by any means -- this is my first website... just wanting to put up a family website to share with friends & people I know.
    OK, the url is http://www.hickorytech.net/~rmgrazi/
    Right now I just have a blank page up that says "test website"
    My .htaccess file is located in /rmgrazi/public_html/ (yes, I put it inside the public folder in order to password protect my whole site).
    By the way I'm using TextEdit in OS X, so when I upload the original file with Fetch, it looks like htaccess.txt -- after it's uploaded (as text, not binary of course) then I simply change the name to .htaccess
    My .htaccess file includes the following:
    AuthUserFile /rmgrazi/.htpasswd
    AuthName Members Area
    AuthType Basic
    Require valid-user
    Then I uploaded the .htpasswd one level up to /rmgrazi/ like it says in .htaccess.
    The text in this file is just one line with my username:password (the password is written in code). I found a website that does this automatically. Then I just cut & paste it in apple+v
    I tried using the Terminal application in OS X panther to see if the server path needs to be longer -- I logged into my ftp.hickorytech.net and entered "pwd" -- that command is supposed to show the server path. /rmgrazi/public_html/ are the only folders I can see. "/" is as far back as it will show.
    In Fetch I can change the permissions for .htaccess and .htpasswd by clicking Get Info -- I tried all different combinations, 644, 711, etc... Maybe my permissions are set wrong?

  • Can I set up a password protected webpage within my site? CS4

    Can I set up a password protected webpage within my site? I'm using CS4 and would like to create an orphaned page for internal use only.  Is there any way you can set up a password protect on one page within an otherwise public website?
    Any help would be much appreciated.
    Cheers

    The simplest way to achieve this would be to enable password protection for a certain subdirectory by using .htaccess. As long as you / your provider is using apache as web server this can be setup within minutes, all you need is a ftp client (plenty of freeware ones out there),
    and here's a tutorial on how to do it: http://www.javascriptkit.com/howto/htaccess3.shtml Google will list many more if you search for "htaccess password"
    Or, send your provider an email, he might be willing to do it for you, maybe even for free, since it doesnt take more than 5 minutes to set up.

  • Audio recording convert to MP3 to play on iWeb web site

    What is the best way to convert audio recording to PM3 and play on iWeb web site? I know nothing about this subject. Help please.

    I hate iTunes and for quick conversions use the freeware Vox....
    http://roddymckay.com/PlanetMusic.html
    Its an incredible application that I donate to and really think the developer should charge for it!
    If you need more information go here...
    http://www.iwebformusicians.com/AudioFiles/Import.html

  • Password protect individual pages, web gallery?

    Hello;
    When hosted by .mac Is it possible to password protect a single page (or photo gallery)?
    Also, can we allow people to post on the Blog via password?
    TIA
    -T

    Hi T Powers,
    unfortunately it is not possible to password protect only one page of a site.
    Thus what you would have to do is make a new site (File=>New Site) only for the one page you want to password protect and link from the other site or give the url of that site to the people you want to see it.
    Blogs can be modified only through the iWeb application. Visitors can only add comments to it to add a password you would have to make a site for it.
    You may have a look at embedding a Wordpress Blog to your website
    http://alyeska.altervista.org/en/iWeb_Blogging.html
    It allows you to add users who can contribute to it and post to it (not only comments but also entries).
    Regards,
    Cédric

  • Publish Password Protect Calendar for Web-Browsers?

    I read the various help resources in OS 10.4.11 and online and can't seem to figure out if a calendar can be shared with password protection so that anyone using a web browser who knows the password only can access it. From what I've read, Apple says I can post the calendar to a private (presumably password protected) website, but while users can subscribe to it using iCal, they won't be able to read it with a web browser which sort of defeats sharing it privately over multiple OS platforms.
    Anybody know if there's a way to keep my online calendar private, password protected? Thanks in advance!
    Sorry If I am repeating, but I cannot seem to search the discussion forums anymore.

    Thanks for your help -- I'm not an expert by any means -- this is my first website... just wanting to put up a family website to share with friends & people I know.
    OK, the url is http://www.hickorytech.net/~rmgrazi/
    Right now I just have a blank page up that says "test website"
    My .htaccess file is located in /rmgrazi/public_html/ (yes, I put it inside the public folder in order to password protect my whole site).
    By the way I'm using TextEdit in OS X, so when I upload the original file with Fetch, it looks like htaccess.txt -- after it's uploaded (as text, not binary of course) then I simply change the name to .htaccess
    My .htaccess file includes the following:
    AuthUserFile /rmgrazi/.htpasswd
    AuthName Members Area
    AuthType Basic
    Require valid-user
    Then I uploaded the .htpasswd one level up to /rmgrazi/ like it says in .htaccess.
    The text in this file is just one line with my username:password (the password is written in code). I found a website that does this automatically. Then I just cut & paste it in apple+v
    I tried using the Terminal application in OS X panther to see if the server path needs to be longer -- I logged into my ftp.hickorytech.net and entered "pwd" -- that command is supposed to show the server path. /rmgrazi/public_html/ are the only folders I can see. "/" is as far back as it will show.
    In Fetch I can change the permissions for .htaccess and .htpasswd by clicking Get Info -- I tried all different combinations, 644, 711, etc... Maybe my permissions are set wrong?

  • Password Protect My iWeb Website

    Hey I have a iWeb website it is not using the mobile me option for hosting I using ftp how can I password protect my whole site?

    Try this :
    [password-protect-a-directory-with-htaccess |http://www.addedbytes.com/articles/password-protect-a-directory-with-htaccess>
    But I think that if this is possible, there might be an easier way with a cpanel like solution.
    If all else fails, find another webhoster that offers the service.

  • Password entry is on web site, seperate window opens in FF, not allowing log in

    Password entry block is located on Web site, but Firefox opens another window asking for a password, which the site does not accept the password once entered in Firefox block.

    That makes it difficult for us to troubleshoot, can you give us a screenshot of that "separate window" that opens and asks for a password?
    http://www.wikihow.com/Take-a-Screenshot-with-the-Snipping-Tool-in-Vista
    https://support.mozilla.com/en-US/kb/Adding+screenshots <br />
    Then use the '''Add images: - > Browse''' button to post that image here.

  • How can I offer individual password protected pdfs on my site.

    I am building a site for a client of mine.  His business is a music talent agency.  He would like that on the page of the individual artist, there be a link to download a pdf that only that artist can download if he/she enters a correct password.  I think from reading other posts that I can simply offer a pdf download link and have that pdf password protected when I initially create the pdf itself in adobe acrobat.  Are there other ways of doing this or is that the best route to go?  All responses appreciated.

    Hi,
    For protecting PDFs, I am afraid you do need Acrobat, and here's how you accomplish applying password protection: http://tv.adobe.com/watch/acrobat-tips-and-tricks/protecting-your-pdf-using-a-password/
    With this approach, you may have to reassign unique passwords to PDFs and ensure right passwords are communicated to the right people (there is not sign-in option) - that may be a bit of challenge.
    Alternatively, with some basic scripting you could allow right people to download the right PDFs. This will need some mapping at the DB level.
    Or, you could also leverage social media and use the OAuth mechanism to ensure that the users log in via social sites to download PDFs that are unique to them. Look forward to your thoughts.
    Regards,
    Suhas Yogin

  • Putting password and counter on web site posted to Go Daddy

    I have recently posted two web sites to GoDaddy and I would like to be able to put a password and a counter on the sites. Is there any way to do that?

    I want to know that one too!!!!!!!!

  • I password protected my iweb site how do u  undo it so it's public

    How do you make ur iweb public after butting username and passcode to get in?

    Maybe that's the problem.  I used to have Acrobat Pro, but it's disappeared off my system.  Can I re-install the old one I had? Or has Adobe stopped supporting the purchased software option?

  • I want to redirect an iWeb web site.

    Hello,
    I want to be able to use my own name for the site rather then the one that is provided to me when I publish the site. example www.myname.com is this possible? Thank You.

    My recommendation would be to go some place like http://www.godaddy.com and register your own domain name. Then you can set up an included feature called "Domain Forwarding" and enter in your iWeb short URL (http://web.mac.com/yourname). Then everyone who types in your new domain name will be forwarded to your iWeb pages automatically.

  • Is there a way to create a log-in button with a password protected section of a site?

    I have a client that needs a log-in section and a way to create a customer account. Is there a widget or workaround that allows me to create a log-in button and create a customer account where they specify a username and password? Muse is terrific for simple sites, but without having access to the code, I can't operate the way I used to. When I'd need custom work done like this, I'd hire a programmer to create the code, then simply paste it into the code of the site. I can't do this with Muse and it's a huge barrier. Anyone have any ideas or solutions? Please call me directly if you have a solution: 727-466-6888 (Florida).

    You can fairly easy do it with Business Catalyst hosting's webMarketing plan. With a little Business Catalyst knowledge it can be achieved quite easily.
    Other than that you would need to create your login forms and secure pages outside of your site and then add the login form and secure content to the site with iFrames. A more tedious and not ideal way of doing it.

  • How-to access username and password protected Java EE Web services from ADF

    The title of this post is exactly the same as this article by Frank Nimphius:
    http://www.oracle.com/technology/products/jdev/howtos/1013/protectedws/access_protected_web_services_from_adf.htm
    The article addresses the problem of securing web services using usernames and passwords, when those web services are accessed through a proxy or a data control. In the examples, the user names and passwords are specified, whether in the code or the definition of data controls. (SKING/SKING).
    In a very common scenario, users login to reach a page, for example, A.jspx, which contains a button that calls a web service, for example displayDate. Suppose that user has logged in by username/pass of (AHUNOLD/AHUNOLD) and AHUNOLD has access to the service and the page. Is there any way to pass the logged in user name and password to the webservice ? Of course we can hard-code the username in the data control definition or proxy code, but this is just one of the thousands of users who have access to the service and the authentication is not dynamic this way.
    Hope my question is clear. Wishing you all a great Christmas.
    Farbod

    Hi Frank, and happy new year.
    Are you implying that it couldn't be done declaratively? What is your suggestion for this problem? You know the problem... As I described:
    - I need to secure my web services, so when exposed, no one from inside network or the internet, can access the web service without proper permission
    - The web services are shown as web controls on jspx pages. The user has logged in before reaching the page. It is irrelevant to ask him to enter user name and password again.
    - I have user names, passwords and roles in Oracle Internet Directory (Identity Management). It provides some APIs and I can retrieve the usernames and attempt logging in programmically. But how can I get username and password from the session in ADF application?
    I guess using SAML or certificate could be the solution, but I have a problem with SAML, described here:
    Re: Webservices Security, SAML, and Identity Management (OID)
    Best Regards,
    Farbod

  • IWEB, web site not displaying to scale on the iPAD ?

    my web page has been created and is maintained using iWEB, I have found the web page does not display scaled correctly when accessed using an iPAD>?

    Your website displays fine on an iPad. The problem is the word "Scubabitz" which is overflowing the content area in iOS.
    You have used the Impact font for this and, although it is websafe, it is not supported in iOS for some reason. The browser is substituting a fallback font which renders larger than Impact for the same font size setting.
    You need to reduce the font size until it renders OK on an iPad or use another font.
    Here's a comment about Impact from an article about which fonts NEVER to use on a website...
    "Impact is the standard choice for office handouts and amateur mailing list items, and it should never be used for a professional logo or public document. Avoid it, and opt for a wider font for your headlines."

Maybe you are looking for