I\'m using Google App Engine Launcher to test my application locally on localhost:8080
. I guess that the Google App Engine Launcher uses Python to run a server
Some code samples would be helpful. But from what I understand of Google App Engine, .htaccess is not directly supported and instead it uses the app.yaml file to accomplish much of what .htaccess provides.
You might find the following links helpful for getting started https://developers.google.com/appengine/docs/php/gettingstarted/helloworld (assuming your working with PHP)
https://developers.google.com/appengine/docs/php/config/appconfig