0
votes

I have a Laravel web application that works perfectly on my server but when I try to install it locally on wamp, I keep getting this error

The requested URL /rms/public/users/dashboard was not found on this server.

I have mod_rewrite enabled. I can't seem to find a .htaccess in /public/ folder.

2
Can't you download the .htaccess from your server? - Alejandro Arbiza
Probably the missing .htaccess is the problem. Getting it from your server or laravel source will solve the problem. - Somasundaram
Unrelated, but I highly suggest you ditch Wamp and look into vagrant. I doubt you'd regret it. - Jared Eitnier

2 Answers

4
votes

Download the .htaccess file and put it into your public folder.

Here' the link

And it's better to follow the installation guide to create a laravel project locally, and replace your app and public folder with the ones on server

0
votes

Have you try checking composer.. sometimes you maybe using packages that are under the gitignore folder so the wont come across... if you do a pull...