[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] htaccess allow only from url
- Subject: Re: [cobalt-users] htaccess allow only from url
- From: "Brian Curtis" <admin@xxxxxxxxxxx>
- Date: Mon Sep 11 11:35:11 2000
- Organization: Pomfret Computer Technologies
> > hello everybody...
> >
> > i need to protect a dir as to allow access from only one page on a
different
> > url.
> >
> > nothing i have tried works i keep getting server error
> >
> > my latest attempt
> > <Limit GET>
> > order deny,allow
> > deny from all
> > allow from my page on other url
> > </Limit>
You want mod_access_referer. Builds and runs beautifully as a DSO.
http://accessreferer.sourceforge.net/
Or you can build yourself a Perl or a PHP script to check the referer
header.
--
BC