Hello,
I have my blog set up at http://www.htwm.de/~tliebig/testblog/ and the ~ in the address causes all included files to be not working.
That is, the css file is not referenced as
<link rel="stylesheet" href="http://141.55.199.72/~tliebig/testblog/wp-content/themes/default/style.css" type="text/css" media="screen" />
but rather as
<link rel="stylesheet" href="http://141.55.199.72/%7Etliebig/testblog/wp-content/themes/default/style.css" type="text/css" media="screen" />
causing the path to be broken, which breaks the entire theme. Any ideas what I can do about the path? Login does not work as it points to Login
Is there any place where I can repair the URL handling of WP?