subdomain to point to app panel

Hello there, i've built a app panel and admin panel. i want to point subdomain app.example.com to app panel i did like this in the screenshot but it is not working.
No description
Solution:
Did you set the ->path('/')?
Jump to solution
8 Replies
Thijmen
Thijmen9mo ago
what part is not working?
Rupadana
Rupadana9mo ago
are u already configure ur web server?
Roberto
Roberto9mo ago
i'm getting 404 app.example.com/app is working app.example.com/admin is working visiting app.example.com is giving me 404 NOT FOUND yes
Rupadana
Rupadana9mo ago
is the app.example.com already point to your server?
Thijmen
Thijmen9mo ago
If you get 404 it should be
Roberto
Roberto9mo ago
if i reframe my question here it is: if i open my website it should open app panel by default not some laravel welcome page
Solution
Dennis Koch
Dennis Koch9mo ago
Did you set the ->path('/')?
Roberto
Roberto9mo ago
i did not. thank you it worked now