我想從/main.php?page=pages & id = gettingpaidfortakingsurveys到/ main/pages/getting-paid-taking-taking-surveys重定向此網址。CakePHP和.htaccess:如何重定向URL與查詢字符串
謝謝!
[UDPATE]
我測試了它在我現有的CakePHP的.htaccess並沒有奏效。
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^/main.php?page=(.+)&id=(.+) /main/$1/$2 [NC]
RewriteRule ^$ app/webroot/ [L]
RewriteRule (.*) app/webroot/$1 [L]
</IfModule>
順便說一下,不要忘記將IfMaodule更改爲IfModule。 – 2010-10-25 14:27:47