phpns-team team mailing list archive
-
phpns-team team
-
Mailing list archive
-
Message #00083
[Bug 235072] Re: SEF URLS containing non-URL characters
I already found a solution: all these special characters need to be
added to the function "create_sef" in function.php (around line 800).
For example adding:
$input = str_replace('ä', 'ae', $input);
will solve the problem described above, resulting SEF-URL will also be
readable for the user. So, urlencoding will not be necessary.
--
SEF URLS containing non-URL characters
https://bugs.launchpad.net/bugs/235072
You received this bug notification because you are a member of Phpns-
team, which is subscribed to phpns.