vBulletin 4.x URL Redirection

vBulletin 4.x URL Redirection 1.0.0

No permission to download
What about if old URL's are http but news are https ?

My redirection is working perfectly but that add-on works for me like that;
When is call the old url like that;

(first http to https)
http://site.com/category/thread-3535.html => https://site.com/category/thread-3535.html

(Then it redirecting the old vbseo'd url to new xenforo url)
https://site.com/category/thread-3535.html => http://site.com/threads/thread.3535/

(Finally again it redirects http to https )
http://site.com/threads/thread.3535/ => https://site.com/threads/thread.3535/

So problem is one unnecessary http returns which bold above. If that redirect return as https instead of http, it is better for me. For current configuration, too many redirections but finally works.

Any advice for this? @Luke F
 
Hoping someone can assist, my

xf1.5 had following urls:

domain.com/forum-title.f1234
domain.com/thread-title.t1234

how can i do the same in xf2.1 ?

hate having

domain.com/forum.1234/title.1234
domain.com/thread/title.1234
 
Top Bottom