Skip to content

Instantly share code, notes, and snippets.

View bu-s's full-sized avatar

Ben Usher Smith bu-s

View GitHub Profile
@bu-s
bu-s / Basic .htaccess for LAMP stack
Created April 21, 2014 14:01
Basic .htaccess LAMP stack
# Etags
# NOTE: You can add/or remove additional file types to suite you requirements.
<FilesMatch "\.(ico|icon|pdf|flv|jpg|jpeg|png|gif|js|css|swf)(\.gz)?$">
Header set Expires "Thu, 15 Apr 2016 20:00:00 GMT"
Header unset ETag
FileETag None
</FilesMatch>
# Gzip
<ifmodule mod_deflate.c>
@bu-s
bu-s / Launch-website-checklist
Created June 19, 2014 13:40
Pre-launch website checklist to be used prior to setting a website live!
EDITORIAL
*************************************************
Spell check
Review for grammar and punctuation
Consistent terminology
Heading levels are appropriate
Style guide compliance
Ensure no test content on the site
SEO VISIBILITY
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>WordPress | Custom search forms with &#38; without submit buttons</title>
</head>