• Hey Guys, today I installed WPMU in order to set up buddy press and have been having problems with BP since I’ve get it loaded.

    I wanted to start troubleshooting from the beginning. After disabling everything (leaving a pretty much empty WPMU installation) I went back and double checked the instructions I followed while installing WPMU.

    I run WPMU on a server purchased through Ipower.com – do I need to do anything about the “Apache” stuff?

    1. Make sure a line like the following appears in your httpd.conf LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so
    2. In the <Directory> directive of your virtual host, look for this line “AllowOverride None” and change it to “AllowOverride FileInfo Options”
    3. In the <VirtualHost?> section of the config file for your host there will be a line defining the hostname. You need to add the following if you want virtual hosts to work properly: “ServerAlias *.domain.tld”. Replace domain.tld with whatever your one is, and remove the quotes.

    I don’t think I have access to httpd.conf because its a shared server.

    Is this something that could be causing problems? How would I go about fixing this? The blog seems to be working fine but I want to be sure everything is set up correctly.

    Thanks guys.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘LoadModule question’ is closed to new replies.