HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Sitemaps plugin not working
whatsupbro
New
in Feedback
Hi, I installed the plugin and when i go to mysite/sitemapindex.xml it redirects me to mysite.com/forum/entry/signin and says Page Not Found
0
Comments
Does http://forum.example.com/utility/sitemapindex.xml work?
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Nope still redirects me to mysite.com/forum/entry/signin with a page not found
do you have pretty links enabled?
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
No, I did not touch any link setting when the forum was installed.
Try http://forum.example.com/index.php?p=/utility/sitemapindex.xml
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Still giving me the same error
Is your site private?
No, its not.
Visit
/utility/structure
. Let me know if that fixes it.Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
still same issue. Does it have something to do with the routes? this is what it looks like: http://prntscr.com/922c2y
ok I think im getting somewhere, I just put in /vanilla/sitemapindex.xml and it displayed a site map, however it displays:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
Exception
script id="tinyhippos-injected"
404
Class Gdn_UserException Class
Message Page not found. Message
Exception
What other plugins are you running?
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Ahh..disabled force redirect. Now everything shows! Thanks for your help
This is my solution in order to generate a sitemap.
The solution for me is to delete the first extra line in my plugin file (class.someplugin.plugin.php) . I do not know how it affects it but that is what i found out..
ex.
[ inside your plugin file delete this extra line]
<?php