Skip to content

Instantly share code, notes, and snippets.

@mxswd
Created December 12, 2012 01:04
Show Gist options
  • Select an option

  • Save mxswd/4263947 to your computer and use it in GitHub Desktop.

Select an option

Save mxswd/4263947 to your computer and use it in GitHub Desktop.
Apache config to redirect everything except the cgi-bin
RewriteEngine on
RewriteBase /~maxs/
RewriteRule ^cgi-bin - [L,NC]
RewriteRule (.*) http://maxpow4h.com/$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment