Results 1 to 4 of 4

Thread: Password Entry for Entire Site?
      
   

  1. #1
    SAWMAN is offline Sergeant
    Join Date
    Nov 2006
    Posts
    21

    Default Password Entry for Entire Site?

    I'm wanting to create a new cover page with contact info for password access to the rest of my site. I'm wondering if I modify my existing "index" page for use as the new cover page, if I'll need to re-name it.

    I've read a few password threads, but I'm not confident I've seen the proper procedure for my unique requirement.

    Anybody have the cool moves for this?

    (my site's currently off line until I set it up this way)

  2. #2
    Alien Dude's Avatar
    Alien Dude is offline Lieutenant Colonel
    Join Date
    Apr 2008
    Location
    The Dark Side
    Posts
    562

    Default Re: Password Entry for Entire Site?

    It still should be named index but If your new page has a form on it and made in bluevoda it will be published as php so you will need to delete the html page from the server.

  3. #3
    SAWMAN is offline Sergeant
    Join Date
    Nov 2006
    Posts
    21

    Default Re: Password Entry for Entire Site?

    Thanks. Is it feasible to have the entire site password protected, except for a cover page? (It's a 4-page site.)

  4. #4
    grampalloyd is offline Sergeant
    Join Date
    Apr 2007
    Posts
    25

    Default Re: Password Entry for Entire Site?

    HI there

    Make sure that index.html is in the root directory by itself. Create another directory off it and call it content or anything else you want. In the root directory you will also need to place a second page linked from index.html. On that page you put the form to enter the username/password to get into the content area of your site. The form return just has to have the name of the index page inside the content directory. In this second directory you need to place an .htaccess file. There should be a tutorial for that somewhere. This will restrict access to the site unless a password is used. Hope this helps

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49