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