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
Thijmen2y ago
what part is not working?
Rupadana
Rupadana2y ago
are u already configure ur web server?
Roberto
RobertoOP2y 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
Rupadana2y ago
is the app.example.com already point to your server?
Thijmen
Thijmen2y ago
If you get 404 it should be
Roberto
RobertoOP2y 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 Koch2y ago
Did you set the ->path('/')?
Roberto
RobertoOP2y ago
i did not. thank you it worked now

Did you find this page helpful?