一時的にトップをディレクトリに転送 LP転送 302

RewriteEngine on

# トップページのみリダイレクト
RewriteRule ^$ /one-drip-lp/ [R=302,L]
RewriteRule ^index.php$ /one-drip-lp/ [R=302,L]