Skip to content

Instantly share code, notes, and snippets.

@rcstr
Created August 25, 2013 19:36
Show Gist options
  • Save rcstr/6335791 to your computer and use it in GitHub Desktop.
Save rcstr/6335791 to your computer and use it in GitHub Desktop.
# Enable Rewriting
RewriteEngine on
# Rewrite user URLs
# Input: /PAGE/
# Output: index.php?id=PAGE
RewriteRule ^(\w+)/?$ index.php?id=$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment