Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ckaklamanos/632d31ab12c5df0f15496fc7265d5aae to your computer and use it in GitHub Desktop.
Save ckaklamanos/632d31ab12c5df0f15496fc7265d5aae to your computer and use it in GitHub Desktop.
Apache .htaccess - Block URLs by regex
RewriteEngine On
RewriteRule ^something(.*)$|^somethingelse(.*)$ - [F]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment