Forums
-
- Forum
- Posts
-
- Installation
- 28,418
- Troubleshooting
- 62,426
- Themes
- 10,420
- Plugins
- 15,331
- Requests & Feedback
- 14,958
- Showcase
- 3,255
-
Sorry, I forgot I was talking about tags.php specifically. Here’s a tags URL.
http://www.riversideinfo.org/forum/tags.php?tag%3Dtif
is what’s in the sitemap.
curl -I "http://www.riversideinfo.org/forum/tags.php?tag%3Dtif"
returns a 302 header.
If you unencode it, and then curl -I:
curl -I "http://www.riversideinfo.org/forum/tags.php?tag=tif"
returns a 200 header.
Maybe it’s just the urlencoding of the = that causes it to redirect? That’s the only difference between the two URLs here.