• My problem looks like this:

    I have permalinks on: /%category%/%postname%/
    One category: “News”
    Posts from category “News” are listed on page: xxx.com/page1/news/

    There are 2 problems:
    1. When i click on news on xxx.com/page1/news/ page, my url is: xxx.com/news/news_title and i want xxx.com/page1/news/news_title

    2. When i type xxx.com/category/news or xxx.com/news i get all news in one page. I want to redirect it to xxx.com/page1/news/

    How to do it in .htaccess with 301 redirection.

The topic ‘301 redirection category’ is closed to new replies.