Hi all,
I've installed 4.4.0 on apache2, and I'm having problems with URL aliases.
After I've created an alias, lite "MyTestPage", I'm able to use it only in
the following manner: http://mysite/mydrupal/?q=MyTestPage.
With apache 1.3 I'm able to do http://mysite/mydrupal/MyTestPage (same drupal).
I try to mozblog to drupal, but it seems webserver_auth causes troubles. bloggerapi calls user_load(), which doesn't seem tied into webserver_auth. If I use accounts that were set up before I installed webserver_auth, it works. Am I missing anything here?