Skip to content

Instantly share code, notes, and snippets.

@nailton
Created April 30, 2019 18:41
Show Gist options
  • Save nailton/7bc3bf923af148642d71b9e02a181fc6 to your computer and use it in GitHub Desktop.
Save nailton/7bc3bf923af148642d71b9e02a181fc6 to your computer and use it in GitHub Desktop.
<IfModule mod_rewrite.c>
RewriteEngine on
#
# stuff to let through (ignore)
RewriteCond %{REQUEST_URI} "/folder1/" [OR]
RewriteCond %{REQUEST_URI} "/folder2/"
RewriteRule (.*) $1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment