fbpx

Fix Zapier 403 Error

I was working with a client recently and they were receiving a 403 error from Zapier. Here is how I fixed up a Zapier 403 error: Allow Access to and Whitelist the xmlrpc.php file Some web hosting platforms deny all access to the xmlrpc.php file because it “counteracts a potential brute force attack where an…

How to undo git add before commit?

There are two ways to undo git add prior to a commit. The first way allows you to remove all files that you added, while the second option allows you to removeĀ one file that was added. We also include an example below to show when you would use this and what is happening. Option 1:…

How to Block Online Ads and Trackers?

Could you get more sick of online ads and trackers? I can tell you that I can’t. Ads suck up your bandwidth and make for worse user experiences on countless websites that I frequent. And, as a developer, I’m conscious of my privacy while browsing and want to limit the data that I provide to…

Outstanding for Micah “the Man”

Remotepoc.com Hosting Cost This is the cost to host the remotepoc.com website hosting: Remotepoc.com Domain Cost Purchase of remotepoc.com ( I’m so sorry again… šŸ™ EFFF! ) Remotepoc.com Renewal Subscription Cost 1st year domain registration + recurring annual charges: We Make your WordPress Site Faster, More Reliable, and More Secure. We focus on improving the interaction and…

Mammoth Tree House

Hosting Cost This is the cost to host the Mammoth Tree House website when paid month to month. We Make your WordPress Site Faster, More Reliable, and More Secure. We focus on improving the interaction and experience that your users have with your site in order to improve conversion rates and overall customer satisfaction. We also provide…

Setup Laravel Locally

Step 1: Create a Database In order for your Laravel site to work locally, you will likely need to connect to a MySQL database in order to run migrations, access and store data, etc. You can either connect to a remote database or create a database locally. To connect to a remote database, skip to…