Remove index.php from URL, Laravel 5.2
问题 I saw a lot of examples and tried a lot of solutions without success! I am trying to put my project to Ubuntu server with apache. everything its ok when I do : "/MYEXAMPLE/public/index.php/dashboard" But I want: "/MYEXAMPLE/public/dashboard" And there is the problem! "The requested URL /MYEXAMPLE/public/dashboard was not found on this server." My apache server has de mod_rewrite. My project folders are: - MYEXAMPLE --------- server.php --------- public ----------------.htaccess.php ----------