1

I have a page in Wordpress that is a child of a parent page. Its url comes up thusly:

www.domain.com/parent/subpage/

There are about five other subpages of the parent. However, for the one specific subpage, I want to change the URL to show up under root, like this:

www.domain.com/subpage/

Is there any way of doing this with .htaccess, or with a plugin? I can't figure out how to accomplish this.

4

1 に答える 1

0

この単一のページをリダイレクトできます

Redirect /parent/subpage/ http://www.domain.com/subpage/

詳細については、リダイレクト ディレクティブを参照してください。

于 2013-01-23T02:45:19.250 に答える