I am having problems getting WordpressMU to work. I am a relatively savvy guy with windows and unix sysadmin experience. But after long hours the last couple night trying to get this to work I am in need of help.
Versions:
* Windows Server 2003
* WordpressMU 1.0
* Apache 2.0.59
* PHP (I've tried both 4.4.4 and 5.2.0)
* MySql 5.0.27
Setup:
* Followed the instructions for Apach, PHP, and Wordpress, I believe I didn't leave any steps out.
* Verified that Apache is working.
* Verified that PHP is running fine.
* Verified that PHP is able to connect to MySql
* Verified that PHP is able to send email
Setup Parameters:
* Running blogs in directory NOT as subdomains.
* The server is not http://www.mydomain.com; instead it is blogs.mydomain.com
* The server is running on port 8080 not on port 80
* I get the same behavior with PHP 4.x or 5.x, running as a CGI or SAPI plugin.
Behavior:
* I've gotten past the main install process, WordpressMU press asks for its standard MySQL server/user questions.
* Wordpress does it's DB stuff and I've verified that it creates all the standard wp_* tables in the MySql schema.
* Note: I do get the error about category_descriptions not have default values. But this doesn't slow things down, I think this is a MySQL 5.0 thing, I'll deal with that later.
* I get the email about the blog being available/new password/please activate.
--- Here's where things go bad. ---
At this point if I go back to the main URL (http://blogs.mydomain.com:8080/) or if I click on the link in the email to activate my blog (same url) my browser get's stuck in an infinite loop of 302 redirects for the URL "http://blogs.mydomain.com:8080/wp-signup.php?new=index.php"
Other interesting points:
* If I explicitly reference some resources, like for example if I put a helloworld.html in the root directory than apache will serve it up ok. For example I can access "http://blogs.mydomain.com:8080/wp-content/themes/default/screenshot.png"
* But other explicit resources, like /index.php or /wp-signup.php get this behavior.
I suspected this problem was related to a 302 redirect problem I saw mentioned elsewhere, but now I can't find that forum post (maybe I was dreaming it in a state of sleep deprivation).
I know this is a lot of detail, but I'm hoping that by posting these facts it will be clear that I do know what I'm doing and will gladly help by providing detailed bug reports and reproduce case.
Thanks in advance... my family misses me. ;)
-Brad