Skip to content

Instantly share code, notes, and snippets.

View ryu-blacknd's full-sized avatar

Ryuichi Sano ryu-blacknd

View GitHub Profile
<Files ~ "\.php$">
order deny,allow
deny from all
SetEnvIf User-Agent "Googlebot" allowlist
SetEnvIf User-Agent "msnbot" allowlist
SetEnvIf User-Agent "bingbot" allowlist
SetEnvIf User-Agent "Applebot" allowlist
SetEnvIf User-Agent "facebookexternalhit" allowlist
SetEnvIf User-Agent "facebookplatform" allowlist
SetEnvIf User-Agent "Twitterbot" allowlist
<Files ~ "\.php$">
Require all denied
SetEnvIf User-Agent "Googlebot" allowlist
SetEnvIf User-Agent "msnbot" allowlist
SetEnvIf User-Agent "bingbot" allowlist
SetEnvIf User-Agent "Applebot" allowlist
SetEnvIf User-Agent "facebookexternalhit" allowlist
SetEnvIf User-Agent "facebookplatform" allowlist
SetEnvIf User-Agent "Twitterbot" allowlist
require env allowlist