appending html extension to pages selected via pathbrowser | Community
Skip to main content
mohanb
Level 4
February 13, 2017
Solved

appending html extension to pages selected via pathbrowser

  • February 13, 2017
  • 3 replies
  • 2355 views

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.

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 Ratna_Kumar

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.

3 replies

mohanb
mohanbAuthor
Level 4
February 14, 2017

is there any way to achieve this?

Ratna_Kumar
Ratna_KumarAccepted solution
Level 10
February 14, 2017

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.

mohanb
mohanbAuthor
Level 4
February 21, 2017

Is this RTE customization? where do we edit this?