Commit 009550af by o.kimura

T146準備

parent d5f1d61d
AuthType Basic
AuthName "SORA TEST SERVER"
AuthUserFile /var/www/html/sanitary.dev.so-ra.co.jp/.htpasswd
require valid-user
Options +Includes
AddType text/html html
AddHandler server-parsed html
DirectoryIndex index.php index.html
RewriteEngine on
RewriteBase /
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} (iPhone|Android.*Mobile|Windows.*Phone) [NC]
RewriteCond %{QUERY_STRING} !mode=pc
RewriteRule ^$ /sp/ [R,L]
</IfModule>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment