I am trying to fulling index my site however I have found a limitation with the menu module and I can't work around it using the custom module.
My site structure has two core directories one for Drupal 7 and another for Gallery 3 Menalto for my photo's both located at the root of public_html:-
http://mydomain/drupal7
http://mydomain/gallery3
I have enabled the main menu for xml sitemap to index and I have a link in the main menu to http://mydomain/gallery3 however it is the only link that will not index.
I can't add it to the custom module because it is not within the drupal 7 directory.
Is there a way to work around this or does this have something to do with the sitemaps.org specification?
Thanks
Peter
Comments
Comment #1
MarineFocus commentedI tried another work around by changing the default base URL to http://mydomain/ under advanced settings of the xmlsitemap.module and rebuilding the sitemap.
However then the sitemap can't be located and a HTTP 404 return code is displayed. Also if you then go to Custom Links module I still can only add links from the original URL http://mydomain/drupal7/ and not the new base URL http://mydomain/
I think these issues are bugs or is there a step I have missed?
Could a symlink to the Gallery3 directory within http://mydomain/drupal7/ resolve my earlier issue?