1
我有一個網站,例如:example.com重定向舊網址與的.htaccess
我想用的.htaccess的URL重定向到B網址:
一個:/global/index.php?option =大約 b:/ news/group/13/
我測試&搜索很多次但沒有結果!
這是我的代碼:
RewriteEngine on
RedirectMatch ^(.*)about(.*)$ http://example.com/news/group/13/$1
RedirectMatch ^/global/index.php?option=about$ http://example.com/news/group/13/$1
RedirectMatch ^/index.php?option=about$ http://example.com/news/group/13/$1
Redirect permanent /global/index.php?option=about example.com/news/group/13/