Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Access to Home Page

    I'm trying to allow a user to edit the home page (located in the root under
    index.asp) but restrict them from certain folders. Is this possible? Can you
    select specific files instead of an entire folder? So far it looks like they
    have access to the entire site if they have access to the index.asp home page.
    Any help would be appreciated.

    GatorNation Guest

  2. Similar Questions and Discussions

    1. Editing any page for review loads home page
      :confused; One workstation somehow always jumps to the home page of our intranet whenever ANY page sent for review is attempted 2 b opened for...
    2. IIS and Access on home computer
      Like most here, I guess, I trial my asp / database web sites on my home based machine before they go live. Are there any settings (Win XP Pro /...
    3. XP Home access rights
      User installed XP Home on laptop tried to get to Internet with Road Runner. Cannopt because TCP\IP not installed. I tried to install TCP but said...
    4. can't access home network; PLEASE HELP!!!!
      Check this. http://support.microsoft.com/default.aspx?scid=kb;en- us;316414 Edition. The wireless bought the internet through the wizard). ...
    5. XP Home PC can't access 98 PC
      "Dave Mitchell" <david.c.mitchell@btinternet.com> wrote: Dave, please have a look at http://www.michna.com/kb/WxNetwork.htm. Hans-Georg ...
  3. #2

    Default Re: Access to Home Page

    Anyone know the answer to this?
    GatorNation Guest

  4. #3

    Default Re: Access to Home Page

    i thnk the latest version of contribute publishing services has this ability, check the download page and look for the related tech notes

    this wont help much if you are not using cps though
    thdomo Guest

  5. #4

    Default Re: Access to Home Page

    This is TOTALLY possible in Contribute 3. You need to set up users and roles.
    Log into contribute if you are the admin (which i am assuming you are) and go
    to Edit --> administer Websites --> your website name. This is where we made
    all the user roles and such. hope this helps :)


    susi27 Guest

  6. #5

    Default Re: Access to Home Page

    Not quite that easy. They page they want to give access to is at the root
    folder, but if you set up a role with access to that folder, users in that role
    will have the ability to edit files in any folder under that (in other words,
    the whole site), which isn't what the OP wanted.

    However, here is an idea which should work: Create a new folder, and move the
    index page you want them to be able to edit into the new folder. You will
    create a role that has access only to this folder. Now create a shortcut from
    the original index.asp location to the new location, or set up the web server
    to automatically redirect requests for index.asp to newfolder/index.asp. You
    will either need to make sure all the links in that index.asp file are
    absolute, or add a base href to the file if you're using relative links.

    christina.heikkila Guest

Posting Permissions

  • You may not post new threads
  • You may 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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139