.htaccessでPCからでは閲覧できないディレクトリを作る
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} !(iPhone|Android.*Mobile|Windows.*Phone)
RewriteCond %{REQUEST_URI} /sp_only
RewriteRule ^(.*)$ - [F,L]
未分類.htaccessでPCからでは閲覧できないディレクトリを作る
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} !(iPhone|Android.*Mobile|Windows.*Phone)
RewriteCond %{REQUEST_URI} /sp_only
RewriteRule ^(.*)$ - [F,L]
コメント