1
votes

i am using laravel to create my website. I am using xampp but unable to connect website to the server.. i am getting the following error. Can anyone help? I am using mac by the way.

Object not found! The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.

If you think this is a server error, please contact the webmaster.

Error 404 localhost Apache/2.4.41 (Unix) OpenSSL/1.1.1c PHP/7.3.9 mod_perl/2.0.8-dev Perl/v5.16.3

1
Please post the text of the error. Screenshots are usually not encouraged on S.O. unless they can add value which is not conveyable by text. Also, links to other sites could go out of date, and the context is completely lost then.ryanwebjackson
@ryanwebjackson I'm new here, text of error added aboveuser12989025
What is the URL you are trying to access via the browser or cURL? There should be a default directory for Apache which will not yield this error if the web server is started.ryanwebjackson

1 Answers

0
votes

As you are running on a MacOs you should look at Laravel Valet which is for me the easiest and cleanest way to setup a Laravel application on your local machine.