Hi Diva,
the link is: --- WARNING!! ADULT SITE! NSFW! http://naughtynightsuk.co.uk
If you try /competitions or /community ect you will see it comes up with the ZC sitemap.
I can confirm the directories are there.
Here's what's in the .htaccess file in the root.
BEGIN CEON URI MAPPING REWRITE RULE
RewriteEngine On
Don't rewrite any URIs ending with a file extension (ending with .[xxxxx])
RewriteCond %{REQUEST_URI} !.[a-z]{2,5}$ [NC]
Don't rewrite any URIs for some, popular specific file format extensions,
which are not covered by main file extension condition above
RewriteCond %{REQUEST_URI} !.(mp3|mp4|h264)$ [NC]
Don't rewrite any URIs for some specific file format extensions,
which are not covered by main file extension condition above
Uncomment the following line to apply this condition! (Remove the # at the start of the next line)
#RewriteCond %{REQUEST_URI} !.(3gp|3g2|h261|h263|mj2|mjp2|mp4v|mpg4|m1v|m2v|m4u|f4v|m4v|3dml)$ [NC]
Don't rewrite admin directory
RewriteCond %{REQUEST_URI} !^/administration [NC]
Don't rewrite editors directory
RewriteCond %{REQUEST_URI} !^/editors/ [NC]
Don't rewrite bellsconfectionary directory
RewriteCond %{REQUEST_URI} !^/bellsconfectionary/ [NC]
Don't rewrite logs directory
RewriteCond %{REQUEST_URI} !^/logs/ [NC]
Don't rewrite blog directory
RewriteCond %{REQUEST_URI} !^/blog/ [NC]
Don't rewrite wpimages directory
RewriteCond %{REQUEST_URI} !^/wpimages/ [NC]
Don't rewrite tempEP directory
RewriteCond %{REQUEST_URI} !^/tempEP/ [NC]
Don't rewrite bells directory
RewriteCond %{REQUEST_URI} !^/bells/ [NC]
Don't rewrite adultshoppingdirect directory
RewriteCond %{REQUEST_URI} !^/adultshoppingdirect/ [NC]
Don't rewrite toycleaner.co.uk directory
RewriteCond %{REQUEST_URI} !^/toycleaner.co.uk/ [NC]
Don't rewrite waste directory
RewriteCond %{REQUEST_URI} !^/waste/ [NC]
Don't rewrite shop directory
RewriteCond %{REQUEST_URI} !^/shop/ [NC]
Don't rewrite cuminajiffy.co.uk directory
RewriteCond %{REQUEST_URI} !^/cuminajiffy.co.uk/ [NC]
Don't rewrite parties directory
RewriteCond %{REQUEST_URI} !^/parties/ [NC]
Don't rewrite te-amouk directory
RewriteCond %{REQUEST_URI} !^/te-amouk/ [NC]
Don't rewrite classes directory
RewriteCond %{REQUEST_URI} !^/classes/ [NC]
Don't rewrite optional arrows directory
RewriteCond %{REQUEST_URI} !^/optional\ arrows/ [NC]
Don't rewrite community directory
RewriteCond %{REQUEST_URI} !^/community/ [NC]
Don't rewrite hub directory
RewriteCond %{REQUEST_URI} !^/hub/ [NC]
Don't rewrite competitions directory
RewriteCond %{REQUEST_URI} !^/competitions/ [NC]
Don't rewrite modules directory
RewriteCond %{REQUEST_URI} !^/modules/ [NC]
Don't rewrite cgi-bin directory
RewriteCond %{REQUEST_URI} !^/cgi-bin/ [NC]
Don't rewrite 50shadesgrey.co.uk directory
RewriteCond %{REQUEST_URI} !^/50shadesgrey.co.uk/ [NC]
Don't rewrite question directory
RewriteCond %{REQUEST_URI} !^/question/ [NC]
Don't rewrite myfiles directory
RewriteCond %{REQUEST_URI} !^/myfiles/ [NC]
Don't rewrite wpscripts directory
RewriteCond %{REQUEST_URI} !^/wpscripts/ [NC]
Don't rewrite anglia-courier-services.co.uk directory
RewriteCond %{REQUEST_URI} !^/anglia-courier-services.co.uk/ [NC]
Don't rewrite wp-content directory
RewriteCond %{REQUEST_URI} !^/wp-content/ [NC]
Don't rewrite affiliates directory
RewriteCond %{REQUEST_URI} !^/affiliates/ [NC]
Don't rewrite languages directory
RewriteCond %{REQUEST_URI} !^/languages/ [NC]
Don't rewrite kmlcommerce.co.uk directory
RewriteCond %{REQUEST_URI} !^/kmlcommerce.co.uk/ [NC]
Don't rewrite sitemap directory
RewriteCond %{REQUEST_URI} !^/sitemap/ [NC]
Don't rewrite extra_datafiles directory
RewriteCond %{REQUEST_URI} !^/extra_datafiles/ [NC]
Handle all other URIs using Zen Cart (its index.php)
RewriteRule .* index.php [QSA,L]
END CEON URI MAPPING REWRITE RULE
I couldn't upload the file due to invalid extension.
James