Skip to content

Instantly share code, notes, and snippets.

@tieppt
Created August 15, 2015 07:25
Show Gist options
  • Save tieppt/1361f9540fb64b2bbae9 to your computer and use it in GitHub Desktop.
Save tieppt/1361f9540fb64b2bbae9 to your computer and use it in GitHub Desktop.
Redirect to specific page
# protect xmlrpc Redirect to specific page
<IfModule mod_alias.c>
Redirect 301 /xmlrpc.php http://homepage.com/
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment