Hey guys I am having the following error when entering my RSS Feeds in the Google webmaster tools page...
"URL not allowed
This url is not allowed for a Sitemap at this location."
What does this mean??
Moderator: Moderators



# Google SitemapIndex
RewriteRule ^phpBB3/sitemapindex\.xml(\.gz)?$ /phpBB3/sitemap.php?gzip=$1 [QSA,L,NC]
# Module cat sitemaps
RewriteRule ^phpBB3/[a-z0-9_-]+-([a-z]{1})([0-9]+)\.xml(\.gz)?$ /phpBB3/sitemap.php?module_sep=$1&module_sub=$2&gzip=$3 [QSA,L,NC]
# Module sitemaps
RewriteRule ^phpBB3/([a-z0-9_]+)-([a-z0-9_-]+)\.xml(\.gz)?$ /phpBB3/sitemap.php?$1=$2&gzip=$3 [QSA,L,NC]# Google SitemapIndex
RewriteRule ^sitemapindex\.xml(\.gz)?$ /phpBB3/sitemap.php?gzip=$1 [QSA,L,NC]
# Module cat sitemaps
RewriteRule ^[a-z0-9_-]+-([a-z]{1})([0-9]+)\.xml(\.gz)?$ /phpBB3/sitemap.php?module_sep=$1&module_sub=$2&gzip=$3 [QSA,L,NC]
# Module sitemaps
RewriteRule ^([a-z0-9_]+)-([a-z0-9_-]+)\.xml(\.gz)?$ /phpBB3/sitemap.php?$1=$2&gzip=$3 [QSA,L,NC]



Users browsing this forum: No registered users and 1 guest