Local Web Server not working only in firefox
I am using firefox in macbook pro m2 13 inch with mac os ventura and when I try to access the localhost name in firefox I got 404 response . How can I fix it ? (Note: I am using homebrew package manager httpd service)
Thanks & Regards
All Replies (4)
Did you contact the software that your using to create the local server why it's not working?
I understand that direct communication with external software providers is not within my purview, but I am seeking your expertise to help troubleshoot and address the issue.
Hi
I think I can help with this. If you go to:
http://localhost:????/
(replace ???? with your port number)
...the page should open.
Modified
This solution doesnot work only 127.0.0.1 works . I need it to serve from localhost just like other browser .