Hi,
Currently, DNN's Friendly URL rewrites tab addresses to ~/[TABNAME]/tabid/123/Default.aspx
However, I need this instead: ~/tabid/123/Default.aspx
The reason is that due to the nature of my native language, some special characters may break the URL, so I want to omit the [TABNAME]. Meanwhile, turning Friendly URLs off will make some modules stop working.
Can anyone help me accomplish this?
Thanks.