@chris thanks for your response.
We have actually checked in the htaccess, and there are no redirects.
Also, to be absolutely sure we have deactivated our spam plugins and 404 redirect on the page.
However, the problem did not resolve.
(Note: We are on a multisite install with subfolders, wp foro however is on the main site livetube.tv)
We have actually not changed anything on our page, but there were updates to The7 theme, WPML and the WP Foro plugin. Since these latest updates, the redirects are no longer working.
We have been paying customers for ALL WP Foro plugins since several years and I would hope for some support with this. I can provide you with login for our backend as well as FTP.
As a note: The login URLs
https://www.livetube.tv/forum/sign-up
https://www.livetube.tv/forum/sign-in
and %wpforo-logout%/ are working.
Someone above advised to use the correct links instead of
https://www.livetube.tv/sign-up
https://www.livetube.tv/sign-in
But not sure where and how we should change this.
Please advise on next steps
Bear in mind, when there was the WP Foro upgrade to 2.0.2 we had the same problem and it was then fixed with a bug fix in version 2.0.4 We dealt with @Robert for this particular issue. Here is the link to the forum post https://wpforo.com/community/postid/68287/
Could it potentially be that a similar thing happened this time with the latest plugin upgrade?
Thanks
Sven
Why people INSIST to use caching plugins with wpForo, is beyond me.
Against what gVectors says.
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1679428343 -->
Hi @shl ,
Please provide admin access to your website, send the credentials to info[at]gvectors.com, mention this topic in the email and let me know here that the email is sent.
Thanks
Hi @shl,
We have checked your website and got the following.
There is a plugin in your website or it can be from your server or something else, we couldn't find where the problem comes from. However, the issue is that the URL's get several redirections, before leading to the target page.
Example with non wpForo page: https://www.livetube.tv/about
If you press on the link from the menu, it does 2 redirects before getting to the target page.
And if you add a variable next to the URL.
Example: https://www.livetube.tv/about/?9 (9 is the variable) you won't go to
https://www.livetube.tv/about/?9 you go to https://www.livetube.tv/about which is not how it should be and there is a plugin/server side or something else which affects on it.
But if you do the same with wpForo Website and Forum page, it works.
Example:
wpForo Page: https://wpforo.com/participants/?9
WordPress Page(none wpForo): https://wpforo.com/docs/?9
We have added a New Snippet in your Snippet plugin, which passes the redirection and leads to the login and reg pages, but this is not a full fix. The issue with the redirections happens in many places in the forum.
Example: If you go to Recent posts and press the Dropdown select other option, for example Unread Posts, the Forum gets redirected to Forum Homepage.
So after all the explanations, we can say that this issue is not from wpForo.
Contact the person who has created the structure of your website, who knows what's what in that huge website, it's a plugin theme or something else. As an option, you can also contact the server hosting(but we are not sure that it can be from them).
Hi @Chris - now my team has looked into things again. Other than before our forum site NOW has three re-directs before a page opens. The behavior you shared above is normal because of WP Rocket striping livetube.tv/about/?9
Our logout pages as well as normal login was working correctly without any redirects. Now all forum pages seem to redirect before the pages open.
Could it be that there is any code issue with regards to redirect to https and www? Did you perhaps not redirect to www? Our site is set to strict www, so all non www is redirecting to www first and then to https if not set.
# Force HTTPS and WWW
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.(.*)$ [OR,NC]
RewriteCond %{https} off
RewriteRule ^(.*)$ https://www.livetube.tv/$1 [R=301,L]
Also we have a re-write to force the backslash on our folder multisite pages not to appear
# BEGIN WordPress
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteRule ^news/$ /news [R=301,L]
Could it be that either of these, for our multisite, is effecting WP Foro rewrites?
Or could the use if php 8.1 be an issue?
And can you please tell us what you have added and where, so that we are able to change it if needed.
Thanks for clarification
S