Hi,
First verify that you have correct .htaccess file in the rot folder. If still the problem persists, then enable the mode_rewrite by uncomment the following line in httpd.conf:
#LoadModule rewrite_module modules/mod_rewrite.so
This should resolve your problem.
But, sometimes there is problem with Laravel Routing paths (the routes URL's). Refer a detailed Laravel Routing Tutorial
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community