This is driving me crazy - wpmu2.6.5 root installation works fine at http://domain.com; now that i have a forum installed in http://forum.domain.com; my pretty_urls for the forum (.htaccess in /forum folder) are all messed up and throwing bunch of 404s and sometimes redirected to main root (wpmu). Seems like this code in wpmu .htaccess is interfering with the forum .htaccess:
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
how do i change wpmu .htaccess so everything in the .htaccess of the /forum folder (http://forum.domain.com) is executed? makes sense?
thanks