I created a network in blog.animals.com
, the network is running fine. I can set up blogs like blog.animals.com/chimpanse
. This is also working. I like to have multiple (2) subdirectories for each blog, e.g.
blog.animals.com/apes/chimpanse
blog.animals.com/cats/birma
On an address like blog.animals.com/apes
should be nothing, it should redirect to blog.animals.com/apes/chimpanse
and so on.
I tried to achieve this on a local MAMP environment with sunrise.php
(Domain Mapping plugin), VirtualHost
entries in httpd-vhosts.conf
and/or .htaccess
, unfortunately with no success.
Later on it should run on a real Apache server.
Is this possible at all? If yes, how can I get this to work?