summaryrefslogtreecommitdiffstats
path: root/wpmu-settings.php
Commit message (Collapse)AuthorAgeFilesLines
* Don't auto-redirect to non-www hostnamedonncha2007-03-121-37/+42
| | | | | | | | | Strip "www." from all urls Added "no www" page to install Can now install from url starting with "www." git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@912 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't check blog status here. It's too earlydonncha2007-02-131-8/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@886 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Strip port 80 from HTTP_HOST. Fixes #238 and #245donncha2007-01-291-1/+6
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@871 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Die if a port number is in the URLdonncha2007-01-091-0/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@834 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Strip "." at the end of hostname. (fixes #156)donncha2006-09-281-0/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@782 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add "page" and "comments" to list of reserved urls used by main blog (fixed ↵donncha2006-09-121-1/+1
| | | | | | #153 and #119) git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@739 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* If there is only one site configured to use this db then skip a lot of ↵donncha2006-07-271-2/+5
| | | | | | needless queries git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@709 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Point people at the debugging page if their install doesn't work.donncha2006-07-171-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@675 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Match against ?p=x preview urls. (#79)donncha2006-07-131-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@674 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Reword error message and remove link to support forum so ordinary users are ↵donncha2006-07-121-3/+4
| | | | | | not confused. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@666 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* If we can't find the site, then point them towards the main page of the only ↵donncha2006-07-121-8/+18
| | | | | | site in the db. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@664 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Lowercase pages and blognamesdonncha2006-07-111-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@655 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Check that $pages is an array.donncha2006-07-111-0/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@654 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* For subdir installs, check if the request is for a page of the main blog.donncha2006-07-031-1/+13
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@630 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added "wp-content" to the ignore list. Should allow php scripts in the ↵donncha2006-07-031-1/+2
| | | | | | plugins dir to be called directly git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@625 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Improve the error message shown on bad installsdonncha2006-06-291-20/+28
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@616 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixed autocomplete dropdowndonncha2006-06-281-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@614 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Redirect to signup form if blog not found (#28)donncha2006-06-271-1/+10
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@603 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Check if final part of $path is a filename.donncha2006-06-271-1/+1
| | | | | | | This fixes problems with logging in using subdirs git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@600 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Lookup fixesdonncha2006-06-241-29/+37
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@594 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Installer, signup and vhosts lookup fixesdonncha2006-06-231-10/+33
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@593 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Moved everything in wp-inst down a directory.donncha2006-06-221-0/+119
Uses's Ryan Boren's htaccess rules and mods If you're upgrading, try this on a test server first! git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@591 7be80a69-a1ef-0310-a953-fb0f7c49ff36