Specifying custom URL schema in appengine using app.yaml?
Posted
by demos
on Stack Overflow
See other posts from Stack Overflow
or by demos
Published on 2010-06-09T06:50:45Z
Indexed on
2010/06/09
7:02 UTC
Read the original article
Hit count: 146
I am trying to have a custom URL which looks like this:
example.com/site/yahoo.com
which would hit this script like this=
example.com/details?domain=yahoo.com
can this be done using app.yaml?
the basic idea is to call "details" with the input "yahoo.com"
© Stack Overflow or respective owner