When using IIS with WordPress I kept getting errors with uploading files larger then about 30MB with a “HTTP error” in the uploader. Troubleshooting this problem on the internet led me on a wild goose-chase for settings in WordPress or PHP which already all where good. Finally after turning on detailed error messages and logging […]
Posts with the PHP tag
Secure your PHP (on Windows)
Although alot of people will be running PHP on an Apache environment I have several reasons to be running mine on Windows, specifically 2012 R2. Lately I’ve been seeing alot of activity of people trying to inject mallicious code into several of my clients websites and so have begun drilling down into securing PHP. To […]