Moderator
t-p
(@t-p)
First, when you’re logged in, go to “Settings,” and make sure you have both the URL set correctly.
both site url and wordpress url are set to the same domain – http://www.loansaver.com.au
i noticed when i turn the permalinks off, the error is only located to the home page ie http://www.loansaver.com.au has a parent URL of http://www.loansaver.com.au/www.loansaver.com.au
The most common cause for that happening is that when that link was set up it was done as:
www.loansaver.com.au
and not:
http://www.loansaver.com.au
This happens because when the link is output without the http:// part on the front of it, browsers set it as a link relative to the current page, so on the page http://www.loansaver.com.au/blog-stressed-tax-debt/ the link ends up as http://www.loansaver.com.au/blog-stressed-tax-debt/www.loansaver.com.au which is what you have now.
The solution is simple. Find where that link is in your content, or in the template files, and change it to include the http:// at the start. That’s all there is to it.
i found the issue – the contact widget had the http:// missing form the url. I changed the http://www.loansaver.com.au to http://www.loansaver.com.au and the problem is fixed. Cannot believe the template designer would allow such a small thing to cause such a big and hidden problem.