From 5a980b1c9736fd6cec7391f0f2ddce0579f18ef8 Mon Sep 17 00:00:00 2001 From: Mahmoud Zalt Date: Sat, 27 Aug 2016 10:00:09 +0300 Subject: [PATCH] add debugging steps for thr 404 windows error --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 3212d8d4..13630251 100644 --- a/README.md +++ b/README.md @@ -1002,6 +1002,8 @@ It should be like this: *Here's a list of the common problems you might face, and the possible solutions.* + + #### I see a blank (white) page instead of the Laravel 'Welcome' page! Run the following command from the Laravel root directory: @@ -1010,16 +1012,27 @@ Run the following command from the Laravel root directory: sudo chmod -R 777 storage bootstrap/cache ``` + #### I see "Welcome to nginx" instead of the Laravel App! Use `http://127.0.0.1` instead of `http://localhost` in your browser. + + #### I see an error message containing `address already in use` Make sure the ports for the services that you are trying to run (80, 3306, etc.) are not being used already by other programs, such as a built in `apache`/`httpd` service or other development tools you have installed. +#### I get Nginx error 404 Not Found on Windows. + +1. Go to docker Settings on your Windows machine. +2. Click on the `Shared Drives` tab and check the drive that contains your project files. +3. Enter your windows username and password. +4. Go to the `reset` tab and click restart docker. + +