标签: .htaccess http-redirect
我想将子目录重定向到root。
这是我的代码
http://exmple.com/ar/index.php
想要像
http://exmple.com/index.php?language_id=2
请提出建议, 感谢
答案 0 :(得分:0)
尝试:
RewriteEngine On RewriteRule ^ar/index.php$ /index.php?lang_id=2 [NC,L,R]