Url Shortening not working in AEM 6.4 dispatcher(Prod Server) | Community
Skip to main content
farahz913310
New Participant
March 20, 2019
Solved

Url Shortening not working in AEM 6.4 dispatcher(Prod Server)

  • March 20, 2019
  • 13 replies
  • 9970 views

Hi All,

I have  implemented  url shortening using Sling Mapping  in AEM 6.4.It works fine on  my dev author & publisher but  on production environment ,url doesnt get shortened in dispatcher.

Also  currently Link Transformer  Config in publisher  has  link  rewriting as disabled, will it the reason ,please confirm

Has anyone faced the same issue.

Thanks in advance.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Gaurav-Behl

For links in the body, enable Link Transformer Rewriter and test

For links in the browser's address bar, fix the rewrite rules in both apache and AEM:

1) Could you test the absolute link with 'map' feature under /system/console/jcrresolver and share the results from both prod and non-prod publish servers? -    e.g. https://www.domain.com/content/jca/en/page1.html

2) To shorten root url - http://www.domain.com/content/jca/page1.html to http://www.domain.com, implement a redirect rule in apache before pass through

RedirectMatch 301 (?i)^/(content/jca/page1.html)$ /         # This would only work for one use case only

13 replies

chandu_t
New Participant
March 20, 2019

Yes Link Checker Transformer is needed to shorten your full pathfield links in html dom. But when you hit a short url urself it will work from domain by sling mapping.

Gaurav-Behl
New Participant
March 20, 2019

do you see it configured under  '/system/console/jcrresolver ' ?

test it to make sure that it works fine

If it doesn't work on prod-publish server then you'd need to fix it

If it works fine on prod-publish server and not on dispatcher then apache redirects rules could be an issue

share the appropriate configs/use case/logs, as applicable

arunpatidar
New Participant
March 20, 2019