我想重定向mysite.com/index.php
到mysite.com/index.php?id_category=12&controller=category
这是我的 htaccess 文件。
但它不起作用。铬说:This webpage has a redirect loop
。
Options +FollowSymLinks +SymLinksIfOwnerMatch
RewriteEngine On
RewriteBase /
RewriteRule index\.php http://mysite.com/index.php?id_category=12&controller=category