htaccess question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • BluMedia
    Confirmed User
    • Dec 2002
    • 3973

    #1

    htaccess question

    I'm trying to link the 2 member sections so the user can login once and then go to another password protected area on the same server but a different domain without having to enter their login. Anyone know how to do this?

    Thanks,
    Mark
    IntenseCash - If you can't convert us then you might want to look for a new job
    .
    BrokeStraightBoys.com converting 1:124 stats counted by Nats
  • sexdwarf
    Confirmed User
    • Jan 2005
    • 196

    #2
    not with .htaccess, but you could create a global session over two domains so logging in once passes it on...

    actually you can do it by sending them to http://user:[email protected] but some browsers (Internet Explorer after security update #832894) disables this... it can be re-enabled, but you wouldn't want users to go through this for your site...
    ICQ me for any programming projects - Agency quality work for non-agency prices
    ICQ 337 028 441

    Comment

    • BluMedia
      Confirmed User
      • Dec 2002
      • 3973

      #3
      Originally posted by sexdwarf
      not with .htaccess, but you could create a global session over two domains so logging in once passes it on...

      actually you can do it by sending them to http://user:[email protected] but some browsers (Internet Explorer after security update #832894) disables this... it can be re-enabled, but you wouldn't want users to go through this for your site...
      thanks for the post. That will not work for what I need though.

      Mark
      IntenseCash - If you can't convert us then you might want to look for a new job
      .
      BrokeStraightBoys.com converting 1:124 stats counted by Nats

      Comment

      • BluMedia
        Confirmed User
        • Dec 2002
        • 3973

        #4
        any other suggestions......
        IntenseCash - If you can't convert us then you might want to look for a new job
        .
        BrokeStraightBoys.com converting 1:124 stats counted by Nats

        Comment

        • JFPdude
          Confirmed User
          • Jan 2002
          • 4027

          #5
          symlink the second members area into the first.

          Comment

          • maddox
            Confirmed User
            • Jan 2004
            • 648

            #6
            Originally posted by JFPdude
            symlink the second members area into the first.
            yes, this way you will have two members areas on one domain, its the only way to do so with htaccess, otherwise you have to use some scripting language like php or something

            Comment

            • TheDoc
              Too lazy to set a custom title
              • Jul 2001
              • 13827

              #7
              Check out StrongBox

              They have a cross site link feature for member areas.
              ~TheDoc - ICQ7765825
              It's all disambiguation

              Comment

              • raymor
                Confirmed User
                • Oct 2002
                • 3745

                #8
                Originally posted by TheDoc
                Check out StrongBox

                They have a cross site link feature for member areas.

                Doc is correct, Strongbox will let you do that with it's secure handoff feature.
                Do a search on this board for Strongbox and I think you'll find that it's also known
                as the very best protection available against dictionary and brute force attacks
                as wellas password sites.
                For historical display only. This information is not current:
                support@bettercgi.com ICQ 7208627
                Strongbox - The next generation in site security
                Throttlebox - The next generation in bandwidth control
                Clonebox - Backup and disaster recovery on steroids

                Comment

                Working...