The MU forums have moved to WordPress.org

Run subdir .htaccess independently than root wpmu .htaccess (2 posts)

  1. af3
    Member
    Posted 14 years ago #

    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

  2. andrea_r
    Moderator
    Posted 14 years ago #

    It's not an htacces rule: the subdomain info shoudl be before the WPMU info in httpd.conf.

    See previous threads on keeping existing subdomains within a WPMU setup.

About this Topic