Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はこの状況を持っています:
htaccessの設定について教えてください。
君たちありがとう!
.htaccess の簡単な解決策:
RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} www.example.fr$ [NC] RewriteRule ^$ http://www.example.com/fr/ [L,R=301] RewriteCond %{HTTP_HOST} www.example.com$ [NC] RewriteRule ^$ http://www.example.com/en/ [L,R=301]