friendly URLs in 2.3.3.2 version

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
12/15/2009 6:14:58 AM
Gravatar
Total Posts 28

friendly URLs in 2.3.3.2 version

Hi,

In the version 2332 there is a following:
If new page the name containing and cyrillics and English words, for example, "особенности mojoPortal ", in a field txtUrl is formed URL -mojoPortal,
Cyrillics disappears. There is it without return of page.
If URL only on cyrillics or only English - all is good.

Stas

 

12/15/2009 6:22:51 AM
Gravatar
Total Posts 18439

Re: friendly URLs in 2.3.3.2 version

 Hi Stas,

There is a new setting:

<add key="UseClosestAsciiCharsForUrls" value="true" />

you may need to change that to false to handle that kind of mixed url.

The setting is designed to help with languages that use similar alphabets to English.

Best,

Joe

12/15/2009 8:04:10 AM
Gravatar
Total Posts 28

Re: friendly URLs in 2.3.3.2 version

Thanks, all is excellent!

Stas

You must sign in to post in the forums. This thread is closed to new posts.