Skip to content

Instantly share code, notes, and snippets.

@gsharp
Created June 11, 2011 03:54
Show Gist options
  • Save gsharp/1020236 to your computer and use it in GitHub Desktop.
Save gsharp/1020236 to your computer and use it in GitHub Desktop.
RewriteRule ^([^/]+)/([^/]+)/([^/]+)$ http://google.com/file.php?project=$1&category=$2&task=$3 [L]
RewriteRule ^([^/]+)/([^/]+)$ http://google.com/file.php?project=$1&category=$2 [L]
RewriteRule ^([^/]+)$ http://google.com/file.php?project=$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment