Forum
Welcome, Guest
Please Login to access forum.
External URL in the menu not showing in XML (1 viewing) 
Go to bottom
TOPIC: External URL in the menu not showing in XML
#4601
John Dagelmore
Admin
Posts: 3873
User Online Now
Re:External URL in the menu not showing in XML Karma: 84  
Answer is in my latest post, OK you have already absolute URLs BUT pointing to a different domain/subdomain, so NO appearance of links in the XML sitemap.

QUOTE:

If you want to include subdomains links in the XML sitemap you can quickly open the file:
root/components/com_jmap/views/sitemap/tmpl/default_xml_menu.php
and comment out the line 29, from:

Code:

continue;
to
Code:

//continue;
That should do the trick, then you can setup a template override for this file.
 
Logged Logged  
  The administrator has disabled public write access.
#4602
Igor Sabinin
Fresh Boarder
Posts: 4
User Offline
Re:External URL in the menu not showing in XML Karma: 0  
Yes, thanks, this solved the issue.
 
Logged Logged  
  The administrator has disabled public write access.
Go to top