GAE route more domains to my main appengine app
up vote
0
down vote
favorite
I need to route differents domain to my main GAE application -> example.appspot.com
.
For example:
example2.example.com will route to -> example.com
example3.example.com will route to -> example.com
example2.example.com will route to -> example.com/application2
example3.example.com will route to -> example.com/application3
example, example2 and example3 are three domains totally differents.
I read something about a dispatch.yaml, but can't let it works! :/
(need routing, not redirection)
I added on my DNS registrar the *.example.com
few days ago, on Google when I go to see "settings" inside my appengine, i just see www.example.com and example.com, not *.example.com.
It is ok? It's normal all this time? I need to add it manually on google too?
If i go to randomString.example.com
google prompt to me this:
404. That’s an error.
The requested URL / was not found on this server. That’s all we know.
php google-app-engine routing
add a comment |
up vote
0
down vote
favorite
I need to route differents domain to my main GAE application -> example.appspot.com
.
For example:
example2.example.com will route to -> example.com
example3.example.com will route to -> example.com
example2.example.com will route to -> example.com/application2
example3.example.com will route to -> example.com/application3
example, example2 and example3 are three domains totally differents.
I read something about a dispatch.yaml, but can't let it works! :/
(need routing, not redirection)
I added on my DNS registrar the *.example.com
few days ago, on Google when I go to see "settings" inside my appengine, i just see www.example.com and example.com, not *.example.com.
It is ok? It's normal all this time? I need to add it manually on google too?
If i go to randomString.example.com
google prompt to me this:
404. That’s an error.
The requested URL / was not found on this server. That’s all we know.
php google-app-engine routing
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I need to route differents domain to my main GAE application -> example.appspot.com
.
For example:
example2.example.com will route to -> example.com
example3.example.com will route to -> example.com
example2.example.com will route to -> example.com/application2
example3.example.com will route to -> example.com/application3
example, example2 and example3 are three domains totally differents.
I read something about a dispatch.yaml, but can't let it works! :/
(need routing, not redirection)
I added on my DNS registrar the *.example.com
few days ago, on Google when I go to see "settings" inside my appengine, i just see www.example.com and example.com, not *.example.com.
It is ok? It's normal all this time? I need to add it manually on google too?
If i go to randomString.example.com
google prompt to me this:
404. That’s an error.
The requested URL / was not found on this server. That’s all we know.
php google-app-engine routing
I need to route differents domain to my main GAE application -> example.appspot.com
.
For example:
example2.example.com will route to -> example.com
example3.example.com will route to -> example.com
example2.example.com will route to -> example.com/application2
example3.example.com will route to -> example.com/application3
example, example2 and example3 are three domains totally differents.
I read something about a dispatch.yaml, but can't let it works! :/
(need routing, not redirection)
I added on my DNS registrar the *.example.com
few days ago, on Google when I go to see "settings" inside my appengine, i just see www.example.com and example.com, not *.example.com.
It is ok? It's normal all this time? I need to add it manually on google too?
If i go to randomString.example.com
google prompt to me this:
404. That’s an error.
The requested URL / was not found on this server. That’s all we know.
php google-app-engine routing
php google-app-engine routing
edited 2 days ago
asked 2 days ago
tidpe
477
477
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
You need to configure the subdomains in your dispatch.yaml and then deploy it:
https://cloud.google.com/appengine/docs/standard/php7/reference/dispatch-yaml
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
You need to configure the subdomains in your dispatch.yaml and then deploy it:
https://cloud.google.com/appengine/docs/standard/php7/reference/dispatch-yaml
add a comment |
up vote
1
down vote
accepted
You need to configure the subdomains in your dispatch.yaml and then deploy it:
https://cloud.google.com/appengine/docs/standard/php7/reference/dispatch-yaml
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
You need to configure the subdomains in your dispatch.yaml and then deploy it:
https://cloud.google.com/appengine/docs/standard/php7/reference/dispatch-yaml
You need to configure the subdomains in your dispatch.yaml and then deploy it:
https://cloud.google.com/appengine/docs/standard/php7/reference/dispatch-yaml
answered yesterday
Tiega
192215
192215
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53206127%2fgae-route-more-domains-to-my-main-appengine-app%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password