php .htaccess

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • RG

    php .htaccess

    Is there a way to use an http or https request to authenticated a .htaccess
    protected directory?
    TIA
    RG


  • Senator Jay Billington Bulworth

    #2
    Re: php .htaccess

    In article <3f7022b9$0$338 09$65c69314@mer cury.nildram.ne t>,
    "RG" <Me@NotTellingY a.com> wrote:
    [color=blue]
    > Is there a way to use an http or https request to authenticated a .htaccess
    > protected directory?[/color]

    Not sure whether or not this is what you're looking for, but:

    http://username:password@example.com/protected/

    hth

    --
    Bulworth : funha@fung.arg | My email address is ROT13 encoded, decode to mail
    --------------------------|--------------------------------------------------
    <http://www.phplabs.com/> | PHP scripts and thousands of webmaster resources!

    Comment

    • hexkid

      #3
      Re: php .htaccess

      RG wrote...[color=blue]
      > Is there a way to use an http or https request to authenticated a .htaccess
      > protected directory?[/color]

      maybe

      http://username:password@server.com/...ted/directory/

      Comment

      • RG

        #4
        Re: php .htaccess



        "hexkid" <hexkid@hotpop. com> wrote in message
        news:da59b90c.0 309230517.4a78c 129@posting.goo gle.com...[color=blue]
        > RG wrote...[color=green]
        > > Is there a way to use an http or https request to authenticated a[/color][/color]
        ..htaccess[color=blue][color=green]
        > > protected directory?[/color]
        >
        > maybe
        >
        > http://username:password@server.com/...ted/directory/[/color]

        Thanks guys, I think this is the way to do it.
        RG


        Comment

        Working...