so, I redid everything more careful
=> I managed to get same error, idk how (I managed to solve it)
Bootstrap failed: 5: Input/output error
Try re-running the command as root for richer errors.
Error: Failure while executing; /bin/launchctl bootstrap gui/501 /Users/username/Library/LaunchAgents/homebrew.mxcl.httpd.plist
exited with 5.
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using username-macbook-air.local. Set the 'ServerName' directive globally to suppress this message Syntax OK
=> enviornment : httpd in homebrew
Now localhost is accesing my document root directory with the projects in it, it’s working (to acces localhost, it sees all folders/files), but I tried to create a .htaccess file to redirect every request to index.php and is not working
error log is showing (/opt/homebrew/var/log/httpd/error_log) : AH01630: client denied by server configuration: /Users/username/Code/.htaccess
=> Error still exists, so the problem is that the htaccess file isn’t working