Forums

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

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

Reply

You must log in to post.

About this Topic