How to convert from htaccess to app.yaml for rewrite rule ?

444 Views Asked by At

Rule:

RewriteRule ^register/$    main.php?Type=REGISTER_INDEX&MenuID=102

How can I write the above .htaccess rewrite rule in GAE app.yaml file?

0

There are 0 best solutions below