Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default multiple login

    Hello

    I've to password protect some sections of my site; I'm going to use forms
    authentication mode

    Following is my website map

    root
    -> Artists (folder)
    -> login.aspx
    -> default.aspx
    -> ....aspx
    -> Customers (folder)
    -> login.aspx
    -> default.aspx
    -> ....aspx

    1. All users that try to access a page in Artists folder have to be
    redirected to /Artists/login.aspx
    2. All users that try to access a page in Customers folder have to be
    redirected to /Customers/login.aspx

    I use VB language
    Can you please help me to find a solution?
    Thanks


    denis Guest

  2. Similar Questions and Discussions

    1. Login with multiple redirect URLs
      Hi, I'm looking for a script which will allow me to have multiple users/passwords but also a function enabling me to redirect certain users to...
    2. Multiple domains in CFMX7 login
      I created an NT login page using Dreamweaver's Coldfusion Login Wizard. Is it possible to provide a list of domains for CFNTAuthenticate to check...
    3. Multiple User login in ASP
      Hi I have set up a site that contains a login area. It works fine and I can add multiple users. The problem I have got is that each user will be...
    4. IIS Multiple App Pools w/ Same login
      Hi, I recently configured multiple Application Pools within IIS6 using the same login (ASPNET). After doing so and assigning an application to...
    5. OS X: Multiple Macs, single login?
      Hello, I have two macs in my house, each is on the LAN and running OS X 10.2.6. I'd like to be able to log in to either one with the same...
  3. #2

    Default Multiple Login

    What would be a good way to login multiple users to different pages depending on their login? From the same form?

    Speegs Guest

  4. #3

    Default Re: Multiple Login

    You could modify the standard login script to bring in the page that you
    wished them to go to and then rather than redirecting to a single page you
    would use this page instead.

    Involves a little bit of hand coding but nothing too difficult.

    --
    Regards

    Paul Whitham
    Macromedia Certified Professional for Dreamweaver MX2004
    Valleybiz Internet Design
    [url]www.valleybiz.net[/url]

    Team Macromedia Volunteer for Ultradev/Dreamweaver MX
    [url]www.macromedia.com/support/forums/team_macromedia[/url]

    "Speegs" <webforumsuser@macromedia.com> wrote in message
    news:d1536c$b1r$1@forums.macromedia.com...
    > What would be a good way to login multiple users to different pages
    depending on their login? From the same form?
    >

    Paul Whitham TMM 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