F
Filament16mo ago
Roberto

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

Did you find this page helpful?