I'd like to know, where is the function where the url-string is rewritten for the database?
I'm asking, because if you work with ISO-8859-1, you'll have characters like ä, ö, ü or ß (guess where I'm coming from
As I'm working on a page for my weblog that shows only some headlines and the body of the entries from a few but not all categories, I'll have to create the link to the extended version of the entry myself.
So there a 2 possibilities. I'll have to replace the so called 'Umlaute' myself by str_replace() or there is another possibility to combine the urls.
Example:
http://localhost:8002/index.php?/archiv ... l#extended
Hope someone can help me out of this.
thx
Mat