salam,
aku dah berjaya install wpmu dengan follow step2 yg diberikan.
sampai part ni aku blur...
problem aku...httpd.conf kat mana? aku cari tak jumpe.
aku dah berjaya install wpmu dengan follow step2 yg diberikan.
sampai part ni aku blur...
- Code:
Apache
38 ======
39 Apache must be configured so that mod_rewrite works. Here are
40 instructions for Apache 2. Apache 1.3 is very similar.
41
42 1. Make sure a line like the following appears in your httpd.conf
43 LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so
44
45 2. In the <Directory> directive of your virtual host, look for this
46 line
47 "AllowOverride None"
48 and change it to
49 "AllowOverride FileInfo Options"
50
51 3. In the <VirtualHost> section of the config file for your host there
52 will be a line defining the hostname. You need to add the following
53 if you want virtual hosts to work properly:
54 "ServerAlias *.domain.tld"
55 Replace domain.tld with whatever your one is, and remove the quotes.
problem aku...httpd.conf kat mana? aku cari tak jumpe.