Skip to content

Instantly share code, notes, and snippets.

@skounis
Created January 3, 2022 09:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skounis/a18f879a677a3004ac270b197f623967 to your computer and use it in GitHub Desktop.
Save skounis/a18f879a677a3004ac270b197f623967 to your computer and use it in GitHub Desktop.
Prevent listing and redirect to a subdirectory with .htaccess
Options All -Indexes
RedirectMatch ^/$ /site/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment