cancel
Showing results for 
Search instead for 
Did you mean: 

.xsaccess rewrite_rules parent package

former_member233681
Discoverer
0 Kudos

Hi everyone. I stuck at creating the rewrite rule for xs application.

The issue is with the relative templates in cases when we need to take a parent package.

What I want to achieve finally is

{

"source": "/xs/rest/static/attachment_title_image_download.xsjs",

"target": "../../customer_name/ino/xs/rest/static/attachment_title_image_download.xsjs"

}

it's 404. The thing is even this rule (which finally should left url as is) doesn't work with the same 404 error.

{ "source": "/xs/rest/static/attachment_title_image_download.xsjs", "target": "../../sap/ino/xs/rest/static/attachment_title_image_download.xsjs" }

Does anyone know how to make the correct rewrite rule and what's wrong with the .xsaccess? Is there a way to somehow debug it?

Accepted Solutions (0)

Answers (0)