Patricio
Login not working - admin/livewire/update 405 (Method Not Allowed)
I haven't worked with Apache for more than 10 years
For debuggin, I would start with the access log (Apache) + I would take the public/index.php and do a file_put_contents of $_REQUEST and $_SERVER (plain php global variables)
Here, you can see the "step" from the webserver to PHP
Analyze after a request, and you can go from there.
16 replies