htaccess重定向到子目录到根2文件夹

时间:2015-08-31 09:41:30

标签: .htaccess http-redirect

我想将子目录重定向到root。

这是我的代码

http://exmple.com/ar/index.php

想要像

那样重定向

http://exmple.com/index.php?language_id=2

请提出建议, 感谢

1 个答案:

答案 0 :(得分:0)

尝试:

RewriteEngine On
RewriteRule ^ar/index.php$ /index.php?lang_id=2 [NC,L,R]