URL page property is case sensitive?

0
Hi All,  Is there a way to make the URL of a page case-insensitive? At the moment, if a user types in all caps, they will get a “page not found” message if they try to navigate to a page where its URL is lower case. Or mixed case.  
asked
1 answers
2

Hey Jack

 

Use a function when you change and/or commit: toLowerCase($Attribute), then they will all, always be small letters, if that is your goal.

 

KR

Mark

answered