I have a configuration issue or something.
When people access wpForo threads, the webserver takes a double hit. (NGINX)
108.162.237.96|GET /board/health-forum/cryotherapy HTTP/1.1|301|0.716
108.162.237.96|GET /board/health-forum/cryotherapy/ HTTP/1.1|200|0.883
2nd to last log entry is the http status code. You can see a 301 redirect, and then the 200 status on the 2nd try.
The last log entry is the time to execute.
Im only getting this on wpForo urls. Wordpress blog posts do NOT show the double hit
Dont see anything suspicious in my webserver config.
Any ideas? Ever seen this?
Also, the new wpForo plugin that redirects form bbPress --> wpForo is currently disabled.
Turned off ALL plugins except bbPress, still does it.
Hmmmmmmmmm
Just cant find anything that will cause a 301. Ugh.
Im excited though, because as soon as I find this, DOUBLE SPEED!
Only happens with wpForo, but so far no clues at all. Digging... digging...
Found the issue.
Same issue as here:
https://wpforo.com/community/general-discussions/redirect-problem-on-all-the-forum-links-including-this-one/
Has this not been fixed yet?
Found the issue.
Same issue as here:
https://wpforo.com/community/general-discussions/redirect-problem-on-all-the-forum-links-including-this-one/
Has this not been fixed yet?
Do you mean this:
https://wpforo.com/community/how-to-and-troubleshooting-2/forums-and-forum-posts-backslash/
If so, while i have the "/" issue, i don't have the double problem you mention.