Support the ongoing development of Laravel.io →
Configuration Requests Testing

Hi, i am currently still a begineer on laravel and wamp. when the user first enter my website i will ask him to login. after logged in, i will redirect him to a dashboard page. my error is after user is logged in he is being redirected to the WSOD, or Chrome the error message was : "ERR_EMPTY_RESPONSE" tried with Firefox and the error was : "The connection was reset".. i have also checked my laravel logs and there isn;t any error being logged in.. similary for wamp logs no error.

my vhost file look like this

<Directory C:\wamp\www>
Options -MultiViews
Order Deny,Allow
AllowOverride All    
Allow from all 
</Directory>

<VirtualHost *:80>   
DocumentRoot "C:\wamp\www\hotel\public" 
ServerName hotel.localhost
</VirtualHost>

i am using

  1. php 5.5.12
  2. Laravel 4.1
  3. Wamp 2.5
Last updated 3 years ago.
0

check the user controller and make sure the redirected path is allowed on app/routes.php. if you provide more information that how user controller is handling logged users, we can give a more specific answers.

0

Just adding this out of the blue, but I believe WAMP by default only accept connections from localhost. Could that explain your issues?

0

Sign in to participate in this thread!

Eventy

Your banner here too?

bczm8703 bczm8703 Joined 22 Jul 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.