Found a big mistake in the redirection handling. Took me quite a lot of time, to find out why the sef urls in my cms sites no longer worked.
As soon as you create in cPanel (WHM) an url redirect with the following settings:
(the idea was to point all parked domains to one target with one single entry)
- *ALL* Domains option
- enter a target ..
- with www and non-www
It creates or updates your main root .htaccess file with an "INHERIT" entry at the first position.
This inherit, will override all htaccess files in all your subprojects, addon domains and of course it affects your
sef urls as well.
As a result of this, you problably get an error message in your browser as well "too many redirects" , "never ending redirect" possibly
My Suggestion.
Don't add this inherit command per default, make a radio button for this in cpanel.
As soon as you create in cPanel (WHM) an url redirect with the following settings:
(the idea was to point all parked domains to one target with one single entry)
- *ALL* Domains option
- enter a target ..
- with www and non-www
It creates or updates your main root .htaccess file with an "INHERIT" entry at the first position.
This inherit, will override all htaccess files in all your subprojects, addon domains and of course it affects your
sef urls as well.
As a result of this, you problably get an error message in your browser as well "too many redirects" , "never ending redirect" possibly
My Suggestion.
Don't add this inherit command per default, make a radio button for this in cpanel.