Skip to content

Instantly share code, notes, and snippets.

@shello
Created January 23, 2012 01:39
Show Gist options
  • Save shello/1659889 to your computer and use it in GitHub Desktop.
Save shello/1659889 to your computer and use it in GitHub Desktop.
Rewrites for redirecting to your online bookmarking service of choice (change your username)
RewriteEngine On
# Shorturl for online bookmark tags: Pinboard
RewriteRule ^$ https://pinboard.in/u:shello/ [L,R=301]
RewriteRule ^(.*)$ https://pinboard.in/u:shello/t:$1/ [L,R=301]
# Shorturl for online bookmark tags: Delicious
# RewriteRule ^(.*)$ http://delicious.com/ptshello/$1 [R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment