Skip to content

Instantly share code, notes, and snippets.

View paulstefanort's full-sized avatar

Paul Ort paulstefanort

View GitHub Profile
@paulstefanort
paulstefanort / about.md
Created August 9, 2011 14:36 — forked from jasonrudolph/about.md
Programming Achievements: How to Level Up as a Developer
@paulstefanort
paulstefanort / .htaccess
Created July 28, 2011 03:45
Redirect standard URLs to hash URLs (for AJAX sites).
RewriteEngine On
RewriteRule ^([a-zA-Z0-9\-\_]+)([\/]*)$ /#\/$1 [R=301,L,NE]