Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-08 Thread Frank Gingras
On Tue, Oct 8, 2024 at 11:25 PM Abhijith wrote: > Yes, I understand that now. That I shouldn't allow clients to access my > .httaccess file. I don't know why the error occuring > > On Tue, 8 Oct 2024, 17:47 Frank Gingras, wrote: > >> >> >> On Tue., Oct. 8, 2024, 1:13 a.m. Abhijith, >> wrote: >

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-08 Thread Abhijith
Yes, I understand that now. That I shouldn't allow clients to access my .httaccess file. I don't know why the error occuring On Tue, 8 Oct 2024, 17:47 Frank Gingras, wrote: > > > On Tue., Oct. 8, 2024, 1:13 a.m. Abhijith, wrote: > >> Hi, >> Yes, In the the root directory there is .htaccess fil

[users@httpd] Samesite Cookie

2024-10-08 Thread John Iliffe
Can anyone quickly give me info on how to set the "samesite" cookie. What I need to know is the exact format. Background: for a number of years we have been able to connect to our credit card acquirer with this cookie set in the first line of the PHP code. : setcookie("samesite","str

Re: [users@httpd] Help with Apache Configuration in Dockerized PHP Application

2024-10-08 Thread Frank Gingras
On Tue., Oct. 8, 2024, 1:13 a.m. Abhijith, wrote: > Hi, > Yes, In the the root directory there is .htaccess file, the content of the > file is > ``` > RewriteEngine on > RewriteCond %{REQUEST_FILENAME} !-f > RewriteCond %{REQUEST_FILENAME} !-d > RewriteCond $1 !^(index\.php|robots\.txt|favicon\.i