Hello Gentlemen,
I am a bit lost on some technical details regarding installation. Here are some issues.
1} Make sure a line like the following appears in your httpd.conf - LoadModule
rewrite_module /usr/lib/apache2/modules/mod_rewrite.so
- I want to know where exactly is the location of this file. If it is on my server, do i need to contact my site admin for the changes. Or do i do it myself.
2} In the <Directory> directive of your virtual host, look for this line "AllowOverride None" and change it to "AllowOverride FileInfo Options".
I want to know the location of this file. Where exactly i can find it on the virtual host. A path to the location can be very helpful.
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 would like to know the location and path of this config file.
4} If you want to host blogs of the form http://blog.domain.tld/ where domain.tld is the domain name of your machine then you must add a wildcard record to your DNS records.
- I want all my blogs to be in subdirectories. Do i need to skip this step?
5}There is a whole lot of PHP instructions as well. Can anyone please specify just the exact path to the files that requires to be changed.
_________
Please specify whether I need to perform the above changes or I send this trac. to my server admin for him to implement the changes.
If i need to do it, than a specific path to the files that are required to be altered should be very helpful.
I think it would greatly reduce the pain of installation for novices like us.
Thanks a lot for your help.