标签: php .htaccess
我有一个使用GET方法的表单,我目前正被重定向到此URL
www.mysite.com/index.php?token=123&cl=page&searchparam=mysearchtext
我想通过htaccess欺骗get方法来重写这个
www.mysite.com/index.php?token=123&cl=page&searchparam=anothertext
如果没有标题(位置),我怎么能这样做。