Merge pull request #785 from halkyon/req_tweaks

IIS Requirement documentation tweaks
This commit is contained in:
Will Rossiter 2012-09-10 20:50:38 -07:00
commit 189259f65b
3 changed files with 12 additions and 6 deletions

View File

@ -22,12 +22,12 @@ Our web-based [PHP installer](/installation) can check if you meet the requireme
* One of the following databases:
* MySQL 5.0+
* PostgreSQL 8.3+ (requires ["postgresql" module](http://silverstripe.org/postgresql-module))
* SQL Server 2008. (requires ["mssql" module](http://silverstripe.org/microsoft-sql-server-database/))
* SQL Server 2008+ (requires ["mssql" module](http://silverstripe.org/microsoft-sql-server-database/))
* Support for [Oracle](http://www.silverstripe.org/oracle-database-module/) and [SQLite](http://silverstripe.org/sqlite-database/) is not commercially supported, but is under development by our open source community.
* One of the following web server products:
* Apache 1.3+ with mod_rewrite and "AllowOverride All" set
* IIS 5.x+ (Version 7.5+ and URL Rewrite Module recommended)
* Support for Lighttpd and other webservers may work if you are familiar with configuring those products.
* IIS 7+
* Support for Lighttpd, IIS 6, and other web servers may work if you are familiar with configuring those products.
* We recommend enabling content compression (for example with mod_deflate) to speed up the delivery of HTML, CSS, and JavaScript.
* One of the following operating systems:
* Linux/Unix/BSD

View File

@ -1,5 +1,9 @@
# Install SilverStripe manually on Windows using IIS 6
<div class="warning" markdown="1">
Note: These instructions may not work, as they're no longer maintained.
</div>
How to prepare Windows Server 2003 for SilverStripe using IIS 6 and FastCGI.
This guide will work for the following operating systems:

View File

@ -11,13 +11,15 @@ This applies to Windows Server 2008, Windows Server 2008 R2, Windows Vista, and
## [Install using IIS 6.x](windows-manual-iis-6)
*Note: It's recommended you upgrade to Windows Server 2008 R2 which uses IIS 7.5*.
This applies to Windows Server 2003 and Windows Server 2003 R2.
<div class="warning" markdown="1">
Note: These instructions may not work, as they're no longer maintained. Please use a version of Windows that supports IIS 7.x
</div>
## Additional notes
Microsoft has no URL rewriting module for anything less than IIS 7.x. This will mean your URLs are like yoursite.com/index.php/about-us rather than yoursite.com/about-us.
Microsoft has no URL rewriting module for any version below IIS 7.x. This will mean your URLs are like yoursite.com/index.php/about-us rather than yoursite.com/about-us.
However, if you do want friendly URLs you must you must buy or use other URL rewriting software:
* [IIRF](http://iirf.codeplex.com/) (should work for most cases - see [IIS 6 guide](windows-manual-iis-6) for rewrite rules)