When I force redirection from no-www
to www
(using htaccess) works fine only with the domain.
domain.com
(redirect to) → www.domain.com
(works fine)
domain.com/category/article/
(redirect to) → www.domain.com/index.php
(doesn't work)
First redirects correctly to www.domain.com/category/article/
( I can view in the browser) and then quickly change to www.domain.com/index.php
.
Any idea Please?
I believe you have the www redirect in the wrong place in the htaccess file. Here is my boilerplate htaccess I use as a starting point for all Joomla sites on Apache. I've added it to pastebin as the editor here messes with formatting.