From: Martin G. <gim...@gi...> - 2003-06-05 13:44:13
|
aphid <me...@ap...> writes: > I noticed that tildes in urls are getting eaten.. > ie [http://domain.com/~user/index.html] is resolved as > http://domain.com/user/index.html > > is this a bug or a feature? I believe this is a feature, the tilde character is the default escape character in PhpWiki. You use it to escape the normal WikiMarkup so that you can write things like ~FooBar without making it a WikiWord if you need to. To get a normal ~ you have to double it, also in your URLs. -- Martin Geisler My GnuPG Key: 0xF7F6B57B See http://gimpster.com/ and http://phpweather.net/ for: PHP Weather: Shows the current weather on your webpage and PHP Shell: A telnet-connection (almost :-) in a PHP page. Join Freenet: http://gimpster.com/downloads/freenet/ |