First of all you don't need to remove index.php on public folder. That's the only file access your server can read, the rest will be handled Laravel. So revert back all the changes you made. Have you added the url you want to navigate inside routes/web.php? Without some codes I can't really help that much.
Help, how do I remove public/index.php in url, having NotFoundHttpException
Hello, Im a beginner at laravel. I've seen the discussions but nothing seem to work for me. Im using XAMPP, and adding .htaccess and renaming the server.php to index.php in root worked in removing the public/index.php BUT whenever I use the navigations that changes the route/url, laravel throws a NotFoundHttpException. Please help
See https://laracasts.com/discuss/channels/laravel/upload-project-laravel?page=1 @Qlic answer, just set everything up on xampp just like a real server, and modify your Htaccess file to Point to application path. Just easier to develop the same way that it will be later on a real server.
Please or to participate in this conversation.