Forum
Welcome, Guest
Please Login to access forum.
[SOLVED]sitemap.xml (1 viewing) 
Go to bottom
TOPIC: [SOLVED]sitemap.xml
#2395
John
Fresh Boarder
Posts: 3
User Offline
[SOLVED]sitemap.xml Karma: 0  
Hello,

How can i get the jSitemap pro dynamic xml url: index.php?option=com_jmap&view=sitemap&format=xml just be the simple, common: sitemap.xml

I'm using Sh404sef and I did everything in the documentation but I am unable to rewrite the url to display as sitemap.xml

Can this be done? and if so, how?

Thank you,
John
 
Logged Logged  
  The administrator has disabled public write access.
#2396
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:sitemap.xml Karma: 79  
Hello,

after that you have configured sh404sef as recommended in the pdf document, the easiest way is adding the following line to the htaccess:

Code:

RewriteRule ^sitemap\.xml$ index.php?option=com_jmap&view=sitemap&format=xml [L]
This is also explained in the pdf docs at the paragraph 'Having dummy sitemap.xml file' Let me know if you need further informations, in this case contact me at This e-mail address is being protected from spam bots, you need JavaScript enabled to view it Cheers, John
 
Logged Logged  
  The administrator has disabled public write access.
#2415
John
Fresh Boarder
Posts: 3
User Offline
Re:sitemap.xml Karma: 0  
Thank you John, that did it.

I could have sworn I tried that the other day and I kept getting a 500 Error, I must of been doing something wrong.

Thanks again
 
Logged Logged  
  The administrator has disabled public write access.
#2418
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:sitemap.xml Karma: 79  
happy for this
 
Logged Logged  
  The administrator has disabled public write access.
Go to top