403 Forbidden error
Posted: Sat Oct 25, 2025 11:45 pm
(Phoenix 1.0.3.0, installed on a WAMP server, PHP 7.4.33, static IP address 192.168.1.30, sub-directory "/AMT26")
I am receiving some 403 errors in the console when I access some categories or sub-categories:
Not every category, nor sub-category. I can not see any common trait for the ones that have the error vs the ones that don't.
Here's the long error message:
TIA
Malcolm
I am receiving some 403 errors in the console when I access some categories or sub-categories:
Code: Select all
Get http://192.168.1.30/AMT26/images/ HTTP/1.1 403 Forbidden
Here's the long error message:
Code: Select all
GET
scheme http
host 192.168.1.30
filename /AMT26/images/
Address 192.168.1.30:80
Status 403 Forbidden
Version HTTP/1.1
Transferred 585 B (323 B size)
Referrer Policy strict-origin-when-cross-origin
Request Priority Low
Response Header (262 B)
HTTP/1.1 403 Forbidden
Date: Sat, 25 Oct 2025 23:16:04 GMT
Server: Apache/2.4.54 (Win32) OpenSSL/1.1.1s PHP/7.4.33 mod_fcgid/2.3.10-dev
Content-Length: 323
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
Content-Type: text/html; charset=iso-8859-1
Request Header (409 B)
GET /AMT26/images/ HTTP/1.1
Host: 192.168.1.30
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0
Accept: image/avif,image/webp,*/*
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Connection: keep-alive
Referer: http://192.168.1.30/AMT26/index.php?cPath=8&ceid=t1gd1c0epqomra3mafbi85r33n
Cookie: ceid=t1gd1c0epqomra3mafbi85r33n; _ga_BGF4FHS33Q=GS2.1.s1760979181$o19$g1$t1760979194$j47$l0$h0; _ga=GA1.1.872744390.1749163349
Malcolm