我想将用户从默认页面index.php
重定向到另一个页面。
即:http://www.example.com/project/
到http://www.example.com/project/main/ar/
我尝试了这个Redirect / /main/ar/
,但是将其重定向到http://www.example.com/main/ar/project/
有什么不对?
答案 0 :(得分:0)
也许试试
Redirect /project/ /project/main/ar/
根据您是否需要重定向项目的所有子路径,您可能需要查看此主题 - > .htaccess 301 redirect path and all child-paths