clubpromos
Active member
Hi,
My forums were migrated this weekend but I have a couple of issues that could turn out to be catastrophic for me:
1. The VB with VBSEO to Xenforo link redirects end in http but not httpS.
If I force httpS in .htaccess I end up with 5 permanent redirects. Needless to say that's a potential issue with search engines.
a. My original links are like this:
example.com/forum/willemse-bakker-jacques/willemse-61-saule-t39138.html
b. Then the first 301 does this:
example.com/forum/forums/willemse-bakker-jacques-briant.103/willemse-61-saule-t39138.html?t=39138
c. The second 301 does this:
example.com/forum/threads/39138/
d. The third 301 finally gets the Xenforo URL:
example.com/forum/threads/willemse-61-saule-crevette.39138/
But this last one goes to HTTP and I'd like it to go to HTTPS directly (or go the SSL directly from the first redirect is even better)
My question is: how can I minimize the number of 301 redirects while at the same time landing on my SSL URLs?
Thanks
My forums were migrated this weekend but I have a couple of issues that could turn out to be catastrophic for me:
1. The VB with VBSEO to Xenforo link redirects end in http but not httpS.
If I force httpS in .htaccess I end up with 5 permanent redirects. Needless to say that's a potential issue with search engines.
a. My original links are like this:
example.com/forum/willemse-bakker-jacques/willemse-61-saule-t39138.html
b. Then the first 301 does this:
example.com/forum/forums/willemse-bakker-jacques-briant.103/willemse-61-saule-t39138.html?t=39138
c. The second 301 does this:
example.com/forum/threads/39138/
d. The third 301 finally gets the Xenforo URL:
example.com/forum/threads/willemse-61-saule-crevette.39138/
But this last one goes to HTTP and I'd like it to go to HTTPS directly (or go the SSL directly from the first redirect is even better)
My question is: how can I minimize the number of 301 redirects while at the same time landing on my SSL URLs?
Thanks