Skip to content

Instantly share code, notes, and snippets.

@mwalling
Created April 6, 2010 15:39
Show Gist options
  • Save mwalling/357730 to your computer and use it in GitHub Desktop.
Save mwalling/357730 to your computer and use it in GitHub Desktop.
url.rewrite-once = (
"^/wp-.*" => "$0",
"^/files/(.*)$" => "/wp-content/blogs.php?file=$1",
"^/xmlrpc.php" => "$0",
"(.*)" => "/index.php$1",
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment