我需要在网站上设置htaccess的帮助:
步骤1:将非www重定向到www
http://example.com
至http://www.example.com
步骤2:强制使用https
http://www.example.com
至https://www.example.com
第3步:如果网址(en,de,fr)中没有语言标记,则强制使用默认语言(en)
https://www.example.com/fr/
保持不变
https://www.example.com/fr/something
保持不变
https://www.example.com
至https://www.example.com/en/
https://www.example.com/
至https://www.example.com/en/
https://www.example.com/something
至https://www.example.com/en/something
第4步:静默重定向到index.php
用户从https://www.example.com/en/something
到https://www.example.com/index.php?lang=en&cat=something
的网址保持不变,这仅是内部重定向