Actually, i have a Route filter that changes forums/ to discuss/, so I guess that won’t cause a conflict.
On the way i have somewhat corrected the issue by adding like this
location ^~ /threads {
rewrite ^/threads/(.*)$ /forums/threads/$1 redirect;
}
location ^~...
Hey guys need a urgent help with this.
Today i moved by Xenforo installation from root directory to subfolder /forums. (have now a WordPress on the root directory)
So now i need to permanently redirect all old request (threads|forums|members) to the new /forums destination in the correct...
Superb that will work.. i will give it a try now..
On the way by enabling the proxy image my server load gone up and cloudflare is not caching those images resulting in slow site :( . So was thinking to disbale image proxy and use instead the https image tag. Imgur actually offers that.
@Burp can you please help me with a regular expression
I'm looking to convert all imgur image links from http to https
example -
I want the image tags from
to
It would be really great if some one can help me out on this, as i'm not at all good at regular expression and strings.
I need to convert Image urls from imgur from http to https
So for example need to convert all imagur links in post -
to
I have found the Regualr expression to use from...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.