Skip to content

Instantly share code, notes, and snippets.

@aenigme
Created October 1, 2010 20:38
Show Gist options
  • Save aenigme/606813 to your computer and use it in GitHub Desktop.
Save aenigme/606813 to your computer and use it in GitHub Desktop.
301 redirect with match for htaccess
RedirectMatch 301 ^.*$ http://www.example.com/
@aenigme
Copy link
Author

aenigme commented Oct 1, 2010

301 redirect with match for htaccess

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment