Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.

Using Apache rewrite to configure dispatcher AEM

Avatar

Level 3

Hi Guys,

We have a new requirement in our projets to configure many URLs.

We must be able to parameterize at the URL level what the client does on screen, as well as
can have a specific URL of the different views (filters) that are available, here some
example:

Page:

DOMAIN/page1/

Page with the filter enabled:

DOMAIN/page1.new/

DOMAIN/page1.sales/

So we have the page1 in AEM but new is a parameter to use in the filter.

Does anyone have an idea like how we can do that?

Thanks a lot

4 Replies

Avatar

Level 3

Hi JaideepBrar​,

We have a problem.

If the page there isn't in AEM the error is showed like this.

Do you have any idea?

Avatar

Employee Advisor

You should consider to

* use the extension (I don't think that striping the .html extension has impact on SEO at all)

* use selectors (Apache Sling :: URL decomposition )

Jörg