stokedallthetim
06-02-2007, 10:44 PM
Hello,
I am installing WordPress MU (not the standard WordPress) so that I can run separate blogs on my subdomains. The instructions tell me to do the following the full instructions can be found at (www.bankofgreen.com/README.txt (http://www.bankofgreen.com/README.txt)):
Apache
======
Apache must be configured so that mod_rewrite works. Here are
instructions for Apache 2. Apache 1.3 is very similar.
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.But I have no idea how to get to that file as I just started using Interworx after having used cPanel for so long. Also, when I was trying to figure out how to do this when I was looking through Interworx Web Server FAQ, I saw this note: DO NOT EDIT THIS FILE WITHOUT CONSULTING WITH AN INTERWORX DEVELOPER.
So, I am begging and pleading and praying that someone can help me. I just don't have a clue.
Thanks,
Ed
I am installing WordPress MU (not the standard WordPress) so that I can run separate blogs on my subdomains. The instructions tell me to do the following the full instructions can be found at (www.bankofgreen.com/README.txt (http://www.bankofgreen.com/README.txt)):
Apache
======
Apache must be configured so that mod_rewrite works. Here are
instructions for Apache 2. Apache 1.3 is very similar.
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.But I have no idea how to get to that file as I just started using Interworx after having used cPanel for so long. Also, when I was trying to figure out how to do this when I was looking through Interworx Web Server FAQ, I saw this note: DO NOT EDIT THIS FILE WITHOUT CONSULTING WITH AN INTERWORX DEVELOPER.
So, I am begging and pleading and praying that someone can help me. I just don't have a clue.
Thanks,
Ed