Have a fresh installation on apache 2 and wordpress mu 2.6. I want to run blogs in subdirectories like: blog.xxx.nu/blog1. Admin works and I can create blogs and users but the url:s to the blog directories doesnt work.
I´ve tried to follow the instructions for installation and have modified httpd.conf.
I´m an apache newbie and have probably messed something upp. Here´s the virtual host part:
<VirtualHost *:80>
# ServerAdmin webmaster@dummy-host.example.com
# DocumentRoot /www/docs/dummy-host.example.com
# ServerName dummy-host.example.com
ServerName blog.xxx.nu
ServerAlias *.blog.xxx.nu
# ErrorLog logs/dummy-host.example.com-error_log
# CustomLog logs/dummy-host.example.com-access_log common
</VirtualHost>
Something wrong? Something missing. Please help me!