On Sat, Aug 12, 2023 at 1:30 PM Will Fatherley wrote:
>
>
>>
>> I was wondering if it is possible to allow general access to an url after
>> some account authenticated for this url. Without the necessity to adapt the
>> web application for this
>>
>>
> Yes, that would be mod session and it’s rel
>
> I was wondering if it is possible to allow general access to an url after
> some account authenticated for this url. Without the necessity to adapt the
> web application for this
>
> Yes, that would be mod session and it’s related modules
I was wondering if it is possible to allow general access to an url after some
account authenticated for this url. Without the necessity to adapt the web
application for this
Say we have closed https://www.example.com/webapp with something like
Require valid-user
Order deny,allow
Deny from all