• Hi guys

    I have a page which links to:

    website.com/motorcycles/

    But I want the permalink to be:

    website.com/extra/motorcycles/

    I know I can add a parent page called extra, this would fix it. But I don’t want a page called “extra”. So when people go to

    website.com/extra/

    I want it to just go to the homepage (or another custom page)

    How do I do this?

Viewing 1 replies (of 1 total)
  • Hi Jasperovic,

    1) If the link comes from an automatic menu, just make a custom menu and forget about parent page

    2) That is a really different question, if you’re on Linux / Apache server, you’d probably need to edit the .htaccess file in root of WordPress to make all calls to:

    website.com/extra

    go to:

    website.com

    or

    website.com/motorcycle

    But I’m rather sure you don’t need to do that. It’s not recommended to manage that by .htaccess and mod rewrite (there are many tutorials on the net, sorry no link at hand). Unless for example a page is “not real” any more but in good SEO ranks, then you do a “301 redirect” in this same file.

    Hope it helps,

Viewing 1 replies (of 1 total)

The topic ‘Permalink to empty parent page?’ is closed to new replies.