Nick Yeoman's Blog Tags
Password Protection using Apache's htaccess
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 htaccessUsing Apache to Redirect Pages
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 PagesHtaccess 404 Page
Usually 404 pages are handled within your framework or CMS, but some cases call for an htaccess 404 page.
Read the article: Htaccess 404 PageHtaccess Subdomains to www
Search engines are making duplicate content an easy problem to solve.
Read the article: Htaccess Subdomains to wwwRedirect index.php to root (/)
How to redirect all traffic to a single page.
Read the article: Redirect index.php to root (/)Getting Started With Ansible
Here is a tutorial of how I would start a server from scratch using ansible and docker
Read the article: Getting Started With AnsibleBash Aliases To Save Time
Creating an alias allows saves you time by reducing the amount of characters you have to type.
Read the article: Bash Aliases To Save TimeEverything about etc hosts file
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 fileUsing Docker Compose
This is the foundation I use for docker-compose.
Read the article: Using Docker Compose