diff options
Diffstat (limited to 'docs/windows-iis-installation.markdown')
-rw-r--r-- | docs/windows-iis-installation.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/windows-iis-installation.markdown b/docs/windows-iis-installation.markdown index f49c3c54..2d16f2fc 100644 --- a/docs/windows-iis-installation.markdown +++ b/docs/windows-iis-installation.markdown @@ -6,7 +6,7 @@ Windows 2008/2012 with IIS ### PHP installation -- Install IIS on your server (Add new role and don't forget to enable CGI/FastCGI) +- Install IIS on your server (Add a new role and don't forget to enable CGI/FastCGI) - Install PHP by following the official documentation: - [Microsoft IIS 5.1 and IIS 6.0](http://php.net/manual/en/install.windows.iis6.php) - [Microsoft IIS 7.0 and later](http://php.net/manual/en/install.windows.iis7.php) |