I hereby claim:
- I am jeremymoore on github.
- I am jmoore2026 (https://keybase.io/jmoore2026) on keybase.
- I have a public key ASAIfr0XWr1-rQk3GUnGpFB0p3OThlwp-Kq6G1ymTLPQNAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <?xml version="1.0" encoding="UTF-8"?> | |
| <configuration> | |
| <system.webServer> | |
| <rewrite> | |
| <rules> | |
| <rule name="static" patternSyntax="Wildcard"> | |
| <match url="*"/> | |
| <conditions> | |
| <add input="{REQUEST_URI}" matchType="Pattern" pattern="/wordpress/*" negate="true" /> | |
| <add input="{REQUEST_URI}" matchType="Pattern" pattern="/wp-json/*" negate="true" /> |
| class MimeTypeGuesser extends BaseMimeTypeGuesser | |
| { | |
| /** | |
| * Constructor overridden since it's private in the base class :/ | |
| */ | |
| public function __construct() | |
| { | |
| if (FileBinaryMimeTypeGuesser::isSupported()) { | |
| $this->register(new FileBinaryMimeTypeGuesser()); | |
| } |