Skip to content

Instantly share code, notes, and snippets.

@jbuda
Created March 19, 2013 12:58
Show Gist options
  • Save jbuda/5195899 to your computer and use it in GitHub Desktop.
Save jbuda/5195899 to your computer and use it in GitHub Desktop.
CouchDB mod rewrite
# ignore following directories
RewriteRule ^(assets|views|controllers|layouts|services)(/.*)?$ - [NC,L]
# attempt redirect of the short url
RewriteCond %{REQUEST_URI} !(.*)/$
RewriteCond %{REQUEST_URI} !index.cfm
RewriteRule ^(.*)$ index.cfm?go=main.redirect&s=$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment