Hi,

I'm trying to allow only certain domais and subdomains to access a specific
folder in my domain.

Actually, I have one subdomain, sub.domain.com, in a dir called sub in my
domain.com

What I want is that the user must call one page like
sub.domain.com/page.html but from the right referrer.
No other domains might call it unless they are authorized (like domain1.com
or domain2.com for instance)

Also, in those authorized domains, they migh be in the form www.domain1.com

I'm trying the following:

AuthType Basic
<Limit GET>
order deny,allow
deny from all
allow from .domain.com
allow from .sub.domain.com
allow from .domain1.com
allow from .domain2.com
</Limit>

but I get an 403 for all!!!

Any ideas?

Kind regards,

On Sun, Dec 20, 2015 at 6:41 AM, Francisco Valladolid H. <fic...@gmail.com>
wrote:

> Hi Folks
>
> I need write a simple report from a CSV file containing users and
> passwords for a bunch of random users for using in a public wifi
> system, additionally put a qrcode in the report for easy access to the
> wifi network.
>
> I don't have problems manipulating the CSV file and the qrcode, the
> problem is resolved. Whenever I want to know how can generate a
> template for generating the report in PDF, need put vouchers in the
> sheet in two columns.
>
> If anyone have some idea, it is welcome.
>
> Kings regards.
> --
> Francisco Valladolid H.
>  -- http://blog.bsdguy.org - Jesuschrist follower.
>
> --
> To unsubscribe, e-mail: beginners-unsubscr...@perl.org
> For additional commands, e-mail: beginners-h...@perl.org
> http://learn.perl.org/
>
>
>


-- 


*Rui Miguel Fernandes*
*Porto - Portugal*



*Website: Cosmos - Portal Interactivo de Astronomia / Interactive Gate of
Astronomyhttp://www.cosmos.pt <http://www.cosmos.pt>*
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Este
e-mail foi enviado a partir de um computador sem vĂ­rus protegido pela
Avast.
www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DDB4FAA8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

Reply via email to