Skip to content

Instantly share code, notes, and snippets.

@LQ80
Created March 9, 2021 21:40
Show Gist options
  • Save LQ80/61e7a86549356d2af521daba0a3dc3e2 to your computer and use it in GitHub Desktop.
Save LQ80/61e7a86549356d2af521daba0a3dc3e2 to your computer and use it in GitHub Desktop.
Protect directory by PHP session
RewriteEngine on
RewriteCond %{HTTP_COOKIE} !mycookie=logged_in
RewriteRule ^ - [F]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment