Skip to content

Instantly share code, notes, and snippets.

@tonyjunkes
Created June 26, 2013 05:09
Show Gist options
  • Save tonyjunkes/5864927 to your computer and use it in GitHub Desktop.
Save tonyjunkes/5864927 to your computer and use it in GitHub Desktop.
.htaccess example for creating a more SES oriented URL. Replace "blog" and path info with desired string and path.
RewriteEngine On
RewriteRule ^blog/.*$ blog/show/post/$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment