Nick Yeoman's Blog Tags

Password Protection using Apache's htaccess

Updated: Feb. 17th 2022 at 5:31pm

Protecting a directory with a password using Apache and htaccess is really simple, I'll tell you how anyway.

Read the article: Password Protection using Apache's htaccess

Using Apache to Redirect Pages

Updated: Mar. 11th 2022 at 10:48pm

In this article I explain how to do a 301 and 302 redirect using Apache's .htaccess file.

Read the article: Using Apache to Redirect Pages

Htaccess 404 Page

Updated: Feb. 17th 2022 at 6:14pm

Usually 404 pages are handled within your framework or CMS, but some cases call for an htaccess 404 page.

Read the article: Htaccess 404 Page

Htaccess Subdomains to www

Updated: Feb. 17th 2022 at 6:18pm

Search engines are making duplicate content an easy problem to solve.

Read the article: Htaccess Subdomains to www

Redirect index.php to root (/)

Updated: Feb. 17th 2022 at 6:21pm

How to redirect all traffic to a single page.

Read the article: Redirect index.php to root (/)

Getting Started With Ansible

Updated: Feb. 17th 2022 at 6:34pm

Here is a tutorial of how I would start a server from scratch using ansible and docker

Read the article: Getting Started With Ansible

Bash Aliases To Save Time

Updated: Feb. 17th 2022 at 6:36pm

Creating an alias allows saves you time by reducing the amount of characters you have to type.

Read the article: Bash Aliases To Save Time

Everything about etc hosts file

Updated: Feb. 17th 2022 at 6:39pm

I don't work in Windows or Mac often so I always forget where the hosts file is located. The windows etc hosts file and Unix etc host file both work the same, so usage is easy.

Read the article: Everything about etc hosts file

Using Docker Compose

Updated: Feb. 17th 2022 at 6:42pm

This is the foundation I use for docker-compose.

Read the article: Using Docker Compose