"Not Found Error" after admin user creation: AAAARGH Why can't I install this thing?

Your software
My Mautic version is: 5
My PHP version is: 8.2
My Database type and version is: MariaDB 15.1

Your problem
My problem is: I finally got the installation page but after setting up my mautic admin settings and click ‘next’, I get a “Not found” error. Now I can’t get the installation page at all.

These errors are showing in the log:

Not Found

The requested URL was not found on this server.
Apache/2.4.62 (Debian) Server at 192.168.1.125 Port 80
evon@localhost:~> curl -vvv 192.168.1.125
*   Trying 192.168.1.125:80...
* Connected to 192.168.1.125 (192.168.1.125) port 80 (#0)
> GET / HTTP/1.1
> Host: 192.168.1.125
> User-Agent: curl/8.0.1
> Accept: */*
>
< HTTP/1.1 302 Found
< Date: Sat, 18 Jan 2025 15:17:27 GMT
< Server: Apache/2.4.62 (Debian)
< Cache-Control: max-age=0, must-revalidate, private
< Expires: Sat, 18 Jan 2025 15:17:27 GMT
< Location: /s/dashboard
< Transfer-Encoding: chunked
< Content-Type: text/html; charset=utf-8
<
<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8" />
        <meta http-equiv="refresh" content="0;url='/s/dashboard'" />

        <title>Redirecting to /s/dashboard</title>
    </head>
    <body>
        Redirecting to <a href="/s/dashboard">/s/dashboard</a>.
    </body>
* Connection #0 to host 192.168.1.125 left intact
root@mail-list-server:/var/log/apache2# tail access.log
192.168.1.113 - - [18/Jan/2025:15:10:42 +0000] "GET /media/libraries/ckeditor/ckeditor.js?v3f0a1f93 HTTP/1.1" 200 372194 "http://192.168.1.125/index.php/installer/step/2" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0"
192.168.1.113 - - [18/Jan/2025:15:10:42 +0000] "GET /media/js/libraries.js?v3f0a1f93 HTTP/1.1" 200 518568 "http://192.168.1.125/index.php/installer/step/2" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0"
192.168.1.113 - - [18/Jan/2025:15:11:14 +0000] "POST /index.php/installer/step/2 HTTP/1.1" 302 707 "http://192.168.1.125/index.php/installer/step/2" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0"
192.168.1.113 - - [18/Jan/2025:15:11:15 +0000] "GET /index.php/installer/final HTTP/1.1" 302 636 "http://192.168.1.125/index.php/installer/step/2" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0"
192.168.1.113 - - [18/Jan/2025:15:11:15 +0000] "GET /s/dashboard HTTP/1.1" 404 491 "http://192.168.1.125/index.php/installer/step/2" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0"
192.168.1.113 - - [18/Jan/2025:15:12:46 +0000] "GET /index.php/installer HTTP/1.1" 302 579 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0"
192.168.1.113 - - [18/Jan/2025:15:12:46 +0000] "GET /s/dashboard HTTP/1.1" 404 491 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0"
192.168.1.113 - - [18/Jan/2025:15:16:34 +0000] "GET /index.php/installer/step/2 HTTP/1.1" 302 579 "http://192.168.1.125/index.php/installer/step/1" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0"
192.168.1.113 - - [18/Jan/2025:15:16:34 +0000] "GET /s/dashboard HTTP/1.1" 404 491 "http://192.168.1.125/index.php/installer/step/1" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0"
192.168.1.113 - - [18/Jan/2025:15:17:27 +0000] "GET / HTTP/1.1" 302 581 "-" "curl/8.0.1"

Steps I have tried to fix the problem:
I’ve reinstalled twice, checked logs, tried docker and tried git clone. I don’t know what else to do.

Go this fixed with the instructions in this post Fresh 3.02 install results in page not found after completing wizard - #2 by maumatic

Changing the apache/httpd conf worked