Changeset 622

Show
Ignore:
Timestamp:
06/30/06 18:01:10 (2 years ago)
Author:
donncha
Message:

Added DNS wildcard information, upgrade link, and support docs link

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/README.txt

    r543 r622  
    1717should work fine. 
    1818 
     19If you're upgrading, skip to the end of this document. 
     20 
    1921Apache 
    2022====== 
     
    3032and change it to 
    3133"AllowOverride FileInfo Options" 
     34 
     353. In the <VirtualHost> section of the config file for your host there 
     36will be a line defining the hostname. You need to add the following  
     37if you want virtual hosts to work properly: 
     38"ServerAlias *.domain.tld" 
     39Replace domain.tld with whatever your one is, and remove the quotes. 
     40 
     41 
     42DNS 
     43=== 
     44If you want to host blogs of the form http://blog.domain.tld/ where  
     45domain.tld is the domain name of your machine then you must add a  
     46wildcard record to your DNS records. 
     47This usually means adding a "*" hostname record pointing at your  
     48webserver in your DNS configuration tool. 
     49Matt has a more detailed explanation: 
     50http://photomatt.net/2003/10/10/wildcard-dns-and-sub-domains/ 
     51 
    3252 
    3353PHP 
     
    81101settings to be updated. 
    82102 
    83 Support Forum: 
     103 
     104UPGRADING 
     105========= 
     106Please see this page for instructions on upgrading your install: 
     107http://trac.mu.wordpress.org/wiki/UpgradingWpmu 
     108 
     109 
     110Support Forum and Bug Reports 
     111============================= 
     112Please read http://trac.mu.wordpress.org/wiki/DebuggingWpmu before 
     113asking any questions. Without all the information required there 
     114we'll just ask for it anyway or worse, your request will be ignored. 
    84115 
    85116http://mu.wordpress.org/forums/ 
    86117 
     118Trac is our bug tracking system. Again, please read the above link 
     119before submitting a bug report. 
     120http://trac.mu.wordpress.org/report/1 
     121 
     122You can login to both sites using your wordpress.org username and 
     123password. 
     124 
    87125http://mu.wordpress.org/