WordPress Administration Stuff
Whooo… my first post in english! No need to be shocked, things like that may happen again from time to time
A friend of mine made a slight error when he wanted to access this blog: he typed in “www” in front of the address and was greeted by an ugly error message. So I did some digging in the documentation and managed to make it work.
Yeah, right… is now also available under (drums!) www.thofmann.info/blog!
Since this might be of interest (especially to certain people I share a server with ;-)) here the short introduction (might work only on Debian and similar systems):
WordPress stores one config-file for each configured domain under /etc/wordpress/config-your.domain.php.
In order to make another domain (hosted on the same system) point to that same blog, just do (as root):
/etc/wordpress$ ln -s config-your.domain.php config-your.other.domain.php
and thats it!


As that move would simply copy the configuration (leading to inconsistent configurations if you edit one of them) the better way to do this would b a symlink.
Or you could be as intelligent as i am and simply redirect the people from http://www.myblog to myblog.
Comment by Alphager — Thu, 2006-12-21 @ 21:45
BOORING
Comment by Timm — Fri, 2006-12-22 @ 19:24