Somwhat awkward abt it now using this
RewriteEngine On
RewriteRule ^/ai?$ /Market/publish.jsp [QSA,L,PT]
RewriteRule ^/ar?$ /Market/MailDispatch [QSA,L,PT]
RewriteCond %{HTTP_HOST}   !^web\domain\.com\.br [NC]
RewriteCond %{HTTP_HOST}   !^$
RewriteRule ^/(.*)         http://web.domain.com.br/$1 [L,R]
#RewriteRule ^/vi/?([0-9]+)\.htm$ /Market/vi.do?id=$1
[PT,L]
RewriteRule ^/li /Market/list.do [QSA,PT,L]
RewriteRule ^/vi/locations.jsp /Market/locations.jsp [PT,L]
ErrorDocument 404 /notfound.html

On Jul 11, 9:21 am, "Niklasro(.appspot)" <[email protected]> wrote:
> Hey kept  RewriteRule ^/vi/?([0-9]+)\.htm$ /Market/vi.do?id=$1 [PT,L]
> I now want same redirect added subdomain web. which is appengine
> knowing many combos which won't. If any idea then kindly inform. Thank
> you

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to