Hi,
I use GAE to run an application. How can I realize content negotiation to server application/rdf+xml when it is required with GAE using app.ymal or .htaccess. As GAE run by default in port 8080 I made an apache redirection using virtual hosts (ProxyPass) from port 80 to 8080.
Should I use app.yaml or .htaccess (and in which folder to create .htaccess, GAE or mysite, I tried both but unsuccessful).
Also checked to some solutions like editing app.yaml using some logic from this link
https://gist.github.com/darktable/873098 ,etc.
Thanks in advance.