-3

请帮助将此网址重定向到此http://tanyahelfandblog.com/?p=86网址:http://www.tanyahelfand.com/what-is-a-prenuptial-agreement/.htaccess文件中。

4

1 回答 1

0

如果它只是一个重定向,你可以使用这样的东西:

Options +FollowSymLinks
RewriteEngine On

RewriteCond %{QUERY_STRING} p=86
RewriteRule ^.*$ http://tanyahelfand.com/what-is-a-prenuptial-agreement/? [L,R=301]

如果您想要很多链接,最好使用其他技术(例如在数据库中存储重定向)。

于 2013-06-20T12:30:28.273 回答