Disable WordPress functions XML-RPC and Press-This

By default, WordPress has all features turned on and they are also accessible by everyone. Even if you don’t use these WordPress functions, they can still be called & used. Examples include XML-RPC & Press This. In recent years there have been several software updates that fix security holes in these functions. So if you … Read more

Laravel Homestead Request Entity Too Large

If you are using Laravel Homestead and you are developing an application where you need to upload large images or files, you may run into the following error: 413 Request Entity Too Large This is an Nginx warning and it means you are uploading a file that exceeds the max upload size defined in your … Read more