Hi , I am having a very high load on my server and I recently moved and still the issue continue and i don't have that high traffic that should cause this.
This is what some of the support team of my server told me: How can i fix that ?
"Hello,
We have been working further on this and it appears that the code of your site
http://nihonomaru.com/ is causing this issue. As you can see when you hover
over "Links and Partners" in the left pain, the link is calling itself (eg.
http://www.nihonomaru.com/index.php?...geid=Affiliate
has two "http://www.nihonomaru.com/index.php?pageid="). This is causing
multiple instances of apache to be spawned for each user and this is what is
over-loading the server. To remedy this, all links and references similar to
that must be changed to not call itself (eg.
http://www.nihonomaru.com/index.php?pageid=Affiliate)."
"http:// www.nihonomaru.com/index.php?pageid=http://www.nihonomaru.com/index.php?pageid=Affiliate"