Solomon04 / laravel-subdomain-routing

This repo is a boilerplate on teaching you how to route your subdomains using Laravel.
1 stars 3 forks source link

Acrylic Configuration on Windows #2

Open blpraveen opened 3 years ago

blpraveen commented 3 years ago

Hi, I tired your code.

But could not open subdomain. I am using Laragon with SSL enabled. laravel_subdomain.test is opening. I created a new user userone and tried to open the link http://userone.laravel_subdomain.test/ failed.

This is my Apache Config

<VirtualHost :80> DocumentRoot "D:/laragon_new/www/laravel_subdomain/public/" ServerName laravel_subdomain.test ServerAlias .laravel_subdomain.test <Directory "D:/laragon_new/www/laravel_subdomain/public/"> AllowOverride All Require all granted

What am I missing here. Please help.

hamza-id commented 2 years ago

i am also facing same problem