I would like to change my home page url.
https://roto.com.ua/ua/index to https://roto.com.ua/ua/#index
Want to allow custom symbol # to pattern settings MODX. This is my current default pattern in MODX Settings. When i Try to apply to alias #index, it's rewrite to index..... Probably not allow add custom symbols to alias!
friendly_alias_restrict_chars_pattern
/[\0\x0B\t\n\r\f\a&=+%#<>"~:`@\?\[\]\{\}\|\^'\\]/
Remove the hash tag from the regex should be enough.
Change this:
Into this:
This allows
#to be in the URL alias.