Forums

The WordPress MU forums have moved to the MultiSite forum on WordPress.org

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

  1. af3
    Member
    Posted 2 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 2 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.

Topic Closed

This topic has been closed to new replies.

About this Topic