Skip to content

Instantly share code, notes, and snippets.

@roryf
Created July 15, 2011 12:55
Show Gist options
  • Select an option

  • Save roryf/1084624 to your computer and use it in GitHub Desktop.

Select an option

Save roryf/1084624 to your computer and use it in GitHub Desktop.
Zeus rewrite rule from .html to .php
match URL into $ with ^(.*)\.html$
if matched then
set URL = $1.php
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment