-
-
Notifications
You must be signed in to change notification settings - Fork 159
Accessing top domain page #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@asivaneswaran , I think, you may manage Top/Based domain by using Laravel domain route. An example is following:
|
@anwardote
But I still get the error. |
I think, something wrong at env('APP_URL'). Actually env('APP_URL') contains APP URL. But the domain route accepts the only domain name. Example - If your APP URL is http://www.abc.com then its domain name is abc.com |
@anwardote I changed it to the right domain, but it doesn't work.
|
what is the error? |
|
Try to cache clear: |
@asivaneswaran Combining the above approach and using this solution I got this working: #64 (comment) Let me know if you found a better solution :) |
Hi,
So when I try to access my top domain home page: main.test , I get this:
The text was updated successfully, but these errors were encountered: