Hi folks, I'm writing a module that will accept incoming JSON requests. I'd like to provide short URLs for accessing json.mvc, so that, for example, the client can use
instead of
I can't use URI Management because this is an older store that's using Legacy SEO. Can someone please tell me the .htaccess code to use for this?
Thanks --
Code:
https://TheStore.com/update/
Code:
https://TheStore.com/mm5/json.mvc?Store_Code=XXX&Session_Type=runtime&Function=Module&Module_Code=YYY&Module_Function=UPDATE
Thanks --
Comment