-1

?.htaccessを含むすべてのページをリダイレクトするために使用する必要があります。index.asp問い合わせはホームページまで。

例えば:

index.asp?currentPage=1411&cat2=seating

ありがとう

4

1 に答える 1

1

.htaccessファイルでこれを試してください:

Redirect 301 /index.asp http://example.com
于 2013-04-02T14:17:03.343 に答える