Skip to content

Instantly share code, notes, and snippets.

@mchelen
Last active June 6, 2016 19:45
Show Gist options
  • Save mchelen/2e7f8f9d3f3b354affcc38149323ca38 to your computer and use it in GitHub Desktop.
Save mchelen/2e7f8f9d3f3b354affcc38149323ca38 to your computer and use it in GitHub Desktop.
apache 2.2
RewriteEngine on RewriteRule .* good.html
<Directory />
Options None
AllowOverride All
order allow,deny
allow from all
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment