Skip to content

Instantly share code, notes, and snippets.

@johnbranca
johnbranca / .block
Created December 20, 2019 01:02
fresh block
license: mit
@johnbranca
johnbranca / .htaccess
Last active December 2, 2016 17:59 — 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/
@johnbranca
johnbranca / SublimeShortcuts.md
Last active October 12, 2015 07:48 — forked from lucasfais/gist:1207002
Sublime Text 2 - Useful Shortcuts

h1. Sublime Text 2 - Useful Shortcuts (Mac OS X)

h2. General

| ⌘T | go to file | | ⌘⌃P | go to project | | ⌘R | go to methods | | ⌃G | go to line | | ⌘KB | toggle side bar | | ⌘⇧P | command prompt |