I have WPMU installed and mostly functioning. My current issue is that when a new blog is created, WPMU does not create a directory to match the one in the signup form. When you try to open the page, it gives you:
Not Found
The requested URL /testme/ was not found on this server.
Apache/2.0.53 (Fedora) Server at blog.dpsd.org Port 80
I tried creating an directory (steves) in the root directory of WPMU (/wordpress/docs), then creating the matching blog. When I try to open this page, it responds with:
Forbidden
You don't have permission to access /steves/ on this server.
Apache/2.0.53 (Fedora) Server at blog.dpsd.org Port 80
I even set the permissions to 777 (yes I know it should be 755.) I still get the same error.
I have searched the forums and Google with no luck. Am I missing something obvious? I am using the latest nightly post RC4. Help!