Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

appending html extension to pages selected via pathbrowser

Avatar

Level 4

hi

Is there any way out to append .html extension for pages selected via pathbrowser OR pages selected via RTE path browser? on preview of page and when we click on links to navigate i get error.

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi Mohan,

Yes, you can append .html  extension for the pages selected via pathbrowser.

Ex:- 

<c:set var = "registerPath" value = "${properties.registerpath}" /> (If name is ./registerpath)

<a href='${registerPath}.html'>Page</a>

Hope this helps!

~Ratna.

View solution in original post

3 Replies

Avatar

Level 4

is there any way to achieve this?

Avatar

Correct answer by
Level 10

Hi Mohan,

Yes, you can append .html  extension for the pages selected via pathbrowser.

Ex:- 

<c:set var = "registerPath" value = "${properties.registerpath}" /> (If name is ./registerpath)

<a href='${registerPath}.html'>Page</a>

Hope this helps!

~Ratna.

Avatar

Level 4

Is this RTE customization? where do we edit this?