, I have a project in Laravel , and I have been upload it in my domain , everything going well, but in now I have a big trouble issue , the issue is all pages give me this messages :
this image , that told me : Not Found
The requested URL was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I don’t have an idea how this issue get , but I think because I delete index.php file and put a new one , that is from flutter , however , I return the original index.php file , and the issue still show .
note the index.php page is work , but the API routers didn’t work.
2
Answers
after I put a .htaccess the new issue I got , that told my :
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
I don't know how to solve this error , I will upload my app , but this issue make my app is stuck. screenshot for page error here
Check your default
.htaccess
file, which should be included in the public folder.