Learning HTTP Requests - A Mini HTTP Exercise

While learning HTTP in Detail, I thought it’d be fun to put it to the test in the terminal. Here’s a quick exercise to practice learning HTTP Requests, Responses and Headers. Difficulty: Easy – new to Linux. Environment: local Debian-based Linux installation e.g. Ubuntu in VirtualBox. Commands: git, python3, cd, mkdir, wget. Steps Here’s everything you need to do, note, you’ll need two terminals to do this: Terminal 1: git clone https://github....

21/04/2022 · 2 min · 380 words · Mr Ash

Updating Domains with Cloudways • 301 Redirects

So you’re updating domains, but what about your search rankings? I just did this myself and it wasn’t as hard as I expected. Disclaimer, if you need help, read .htaccess file and SSH setup. HTACCESS File If you’re running a Content Delivery Network (CDN), turn off caching. For example, Cloudflare Dashboard > turn on development mode. Next, connect to your server via SSH. ssh <username>@<ip> nano .htaccess Copy the text below, replace the placeholder text....

29/03/2022 · 2 min · 277 words · Mr Ash

Guide To SEO - Ultimate Beginners Guide For SEO

Hello there Search Engine Optimisation (SEO), or in other words, changing web pages to satisfy the magical algorithm of Google. Learning SEO is a windy road that takes time, let’s go on this journey together, a guide to SEO. Nat Eliason made an SEO course and wrote how to start a blog. I’ll be condensing these, plus adding my experience from web design and digital marketing. This is my beginner’s guide to SEO for blogging in 2021....

16/09/2021 · 8 min · 1494 words · Mr Ash

WordPress App Won't Connect To Website Cloudways Self-hosted

Your WordPress app won’t connect to your website? Let’s fix that! Note, this is for Cloudways self-hosted websites. Follow this guide if you need help setting up the app and connecting it to your website. Check Jetpack Is Installed Make sure you have the most up-to-date plugin Jetpack. It’s what connects your self-hosted site to the app. If you’ve never set Jetpack up, follow this guide to help you....

21/07/2021 · 1 min · 210 words · Mr Ash