-1
http://example.com/index.php?cPath=371_1659_1660&main_page=products_categories
我需要能夠將它們重寫URL的數量龐大的末尾,以便他們只是
http://example.com/index.php?cPath=371_1659_1660
我已經嘗試過好幾次了,但是我最終得到了錯誤500,並且我的網站已經死了。
http://example.com/index.php?cPath=371_1659_1660&main_page=products_categories
我需要能夠將它們重寫URL的數量龐大的末尾,以便他們只是
http://example.com/index.php?cPath=371_1659_1660
我已經嘗試過好幾次了,但是我最終得到了錯誤500,並且我的網站已經死了。
我與
的RewriteCond%{QUERY_STRING} ^(。)固定它(^ | &)main_page = products_categories(。)$ 重寫規則^/$ 1%1%3(*)。? [R = 301,L]