Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

URL Mapping issue

Avatar

Level 3

Hi All,

We are getting issue when we are implementing deep linking functionality

The problem : The URL http://localhost:4502/content/myproject/en/homel.html?wcmmode=disabled#page1 is getting transformed to http://localhost:4502/content/myproject/en/home.html?wcmmode=disabled#/page1 in AEM.

i.e.:  # become #/

I believe the problem is with sling resource resolver : http://localhost:4502/system/console/jcrresolver with this rule :  ^[^/]+/[^/]+/     —> /

But i can’t figure out to change this rule or take this rule so that # doesn’t get transformed to #/. I can add new with etc/map etc.

Can you please help me to resolve this issue.

0 Replies