HI,
I've got an anoying issue.
My links are incorrect. They show the domain name twice.
Example: http://www.domain.com/www.domain.com/website
I've semi-fixed the frontend links by editing the fe_page template and adding a manual <base href tag instead of the $this->base
Problem is, I still get links in the backend that include the domain twice.
I'm not sure why this is happening.
The website is in a subdirectory of the domain. I have tried using the .htaccess to specify the base rewrite but doesn't work.
It's not all links in the BE. It's mostly the edit button links. When hovering over the links, the url is fine, but clicking them doubles the domain name.
I've also checked the config and website is set to /subfolder.
Any pointers?
Regards
James