0

Since we updated from Joomla 2.5 to Joomla 3.2 URL's have changed from:

Example: http://domain.com/blog/name-of-post.html to http://domain.com/blog-name/entry/name-of-post

My question is how do I redirect all blog posts to have the new url structure? What's the best way so I don't have to go one by one?

1 Answer 1

1

You just need:

RedirectMatch 301 ^/blog/(.+)\.html$ /blog-name/entry/$1

in the htaccess file in your document root.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.