尝试从此网址进行重定向:
http://www.mywebsite.it/it/component/fss/?view=admin_support
到这个网址:
http://www.mywebsite.it/it/index.php/component/fss/?view=admin_support
尝试使用RewriteRule
修改.htaccess文件(如下所示)失败:
RewriteEngine On
RewriteRule ^component/fss/(.*)$ index.php/component/fss/$1 [R=301,NC,L]
我如何解决这个问题?