Okay, install went smoothly as usual, I can access posts for my main blog - but when I try and access a newly created subdomain blog - I get a 403 Forbidden error.
This is the status of my settings:
1. Mod_rewrite IS enabled - as I can view my posts on my main blog with pretty permalinks.
2. I CAN ping subdomain.mydomain.com or any other subdomain. I was NOT able to do this before I added my * wildcard to my A hosts list. Before I added the wildcard I just received "host not found" when I tried to ping any subdomain.
3. I added * pointing to my IP address in my hosts list as well as @ pointing to my IP. I also added *.domain.com pointing to my IP - just to make sure I didn't miss something. Do I have too many entries - or is one unneeded and causing problems for me?
So in essence I believe I have everything I need to get subdomains working - but I probably am just missing one crucial item in my httpd.conf or a certain setting somewhere. Is getting a Forbidden error usually evident of a certain wrong setting?
Thank you for any help you can offer!