Update README.md

Tweaks.
This commit is contained in:
Ash Clarke 2013-07-29 16:31:00 +01:00
parent 5b445e6c01
commit d8d8fecc61

View File

@ -244,7 +244,7 @@ The `web.config` needs an entry for `<rewrite>` under `<system.webServer>`:
</configuration> </configuration>
``` ```
*Note*: To have clean URLs with IIS6, you will need to use a custom URL rewrite module, such as [URL Rewriter](http://urlrewriter.net/). To use clean URLs on IIS 6, you will need to use a custom URL rewrite module, such as [URL Rewriter](http://urlrewriter.net/).
### Less Mime Type ### Less Mime Type
@ -256,8 +256,9 @@ The `web.config` needs a new `<mimeMap>` entry, under `<staticContent>` in `<sys
</staticContent> </staticContent>
``` ```
*Note*: Only add the mime map entry if you are using a custom theme and receive 404s for `.less` files. You will only need the mime map entry if you are using a custom theme and receive 404s for `.less` files.
If you have a global mime map entry for less files set, you will receive an internal server (500) error for having duplicate mime map entries.
If you have a global mime map entry for `.less` files set for the server, you will receive an internal server (500) error for having duplicate mime map entries.
## Support ## Support