Skip to content

Instantly share code, notes, and snippets.

@lcaldwe
lcaldwe / Contract Killer 3.md
Created October 10, 2022 22:20 — forked from monooso/Contract Killer 3.md
Forked from the original Contract Killer by [Stuff & Nonsense](http://stuffandnonsense.co.uk/projects/contract-killer).

Terms and Conditions of Business

Between us {company_name}, and you {client_name}.

Summary

We’ll always do our best to fulfil your needs and meet your expectations, but it’s important to have things written down so that we both know what is expected, who should do what and when, and what will happen if something goes wrong. In this contract you won’t find any complicated legal terms or long passages of unreadable text. We’ve no desire to trick you into signing something that you might later regret. We want what’s best for both parties, now and in the future.

So in short:

@lcaldwe
lcaldwe / .htaccess
Created February 10, 2020 16:37 — forked from ScottPhillips/.htaccess
Common .htaccess Redirects
#301 Redirects for .htaccess
#Redirect a single page:
Redirect 301 /pagename.php http://www.domain.com/pagename.html
#Redirect an entire site:
Redirect 301 / http://www.domain.com/
#Redirect an entire site to a sub folder
Redirect 301 / http://www.domain.com/subfolder/