I am new at this but have built a couple of simple sites located with the same host on different servers but both running MySQL 5.0.22 and PHP 5.2.3 with cmsms r1.2.3
The www.mwfl.org.uk site is 100% fine but the www.fatreduction.co.uk site at least 50% of the time throws up a "Cannot find server" "Page cannot be displayed" error. I thought this might be a DNS issue and checked with host but all is okay there.
I have crossed-checked both implementations and cannot see anything but when I created site maps for them using the excellent xml-sitemaps.com the fatreduction site is throwing up some odd results for the site root page.
I include the domain and domain/index.php page for both as output in the ror.xml file.
Code: Select all
<title>ROR Sitemap for http://www.mwfl.org.uk/</title>
<link>http://www.mwfl.org.uk/</link>
<item>
<title>ROR Sitemap for http://www.mwfl.org.uk/</title>
<link>http://www.mwfl.org.uk/</link>
<ror:about>sitemap</ror:about>
<ror:type>SiteMap</ror:type>
</item>
<item>
<link>http://www.mwfl.org.uk/</link>
<title>Mid-Warwickshire Football Leagues - Welcome to the MWFL Website</title>
<ror:updatePeriod>weekly</ror:updatePeriod>
<ror:sortOrder>0</ror:sortOrder>
<ror:resourceOf>sitemap</ror:resourceOf>
</item>
Code: Select all
<title>ROR Sitemap for http://www.fatreduction.co.uk</title>
<link>http://www.fatreduction.co.uk</link>
<item>
<title>ROR Sitemap for http://www.fatreduction.co.uk/index.php</title>
<link>http://www.fatreduction.co.uk/index.php</link>
<ror:about>sitemap</ror:about>
<ror:type>SiteMap</ror:type>
</item>
<item>
<link>http://www.fatreduction.co.uk/index.php</link>
<title>FatReduction.co.uk - Welcome to FatReduction.co.uk!</title>
<ror:updatePeriod>monthly</ror:updatePeriod>
<ror:sortOrder>0</ror:sortOrder>
<ror:resourceOf>sitemap</ror:resourceOf>
</item>
<item>
<link>http://www.fatreduction.co.uk/</link>
<title>FatReduction.co.uk - Welcome to FatReduction.co.uk!</title>
<ror:updatePeriod>monthly</ror:updatePeriod>
<ror:sortOrder>0</ror:sortOrder>
<ror:resourceOf>sitemap</ror:resourceOf>
</item>
Any help will be greatly appreciated.
Thanks in advance.