Skip to content

Commit

Permalink
added NC in the RewriteRule example to make the match case-insensitiv…
Browse files Browse the repository at this point in the history
…e (it will match JPG for example)
  • Loading branch information
e10k committed Apr 27, 2013
1 parent aee8019 commit 8afe045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -97,7 +97,7 @@ Open the `.htaccess` file in your webroot and paste in the following:

```bash
#### Munee .htaccess Code Start ####
RewriteRule ^(.*\.(?:css|less|scss|js|coffee|jpg|png|gif|jpeg))$ munee.php?files=/$1 [L,QSA]
RewriteRule ^(.*\.(?:css|less|scss|js|coffee|jpg|png|gif|jpeg))$ munee.php?files=/$1 [L,QSA,NC]
#### Munee .htaccess Code End ####
```

Expand Down

0 comments on commit 8afe045

Please sign in to comment.