<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / # HTTPã§ã¢ã¯ã»ã¹ãããå ´åã RewriteCond %{HTTPS} off # 以ä¸ã®URLã¯å¸¸ã« https ã«ãªãã¤ã¬ã¯ããã RewriteCond %{HTTP_HOST} www.example.com RewriteCond %{REQUEST_URI} ^/admin/.*$ [OR] RewriteCond %{REQUEST_URI} ^/inquiry/.*$ # ãã ã以ä¸ã¯é¤ã RewriteCond %{REQUEST_URI} !^/assets/.*$ RewriteCond %{REQUEST_URI} !^.*\.(js|css|gif|jpg|png|ico)$ # https ã«ãªãã¤ã¬ã¯ã RewriteRule ^.*$ htt
{{#tags}}- {{label}}
{{/tags}}