Hi everyone,
I'm stuck with the problem. I have to rewrite a few URLs that contain ( and ) symbols in it, for ex /category/Blah(blah).html. NGINX doesn't rewrite correctly those URLs because ( ) are used in rewrite regexp.
How can I rewrite those URLs?
Thanks in advance
I'm stuck with the problem. I have to rewrite a few URLs that contain ( and ) symbols in it, for ex /category/Blah(blah).html. NGINX doesn't rewrite correctly those URLs because ( ) are used in rewrite regexp.
How can I rewrite those URLs?
Thanks in advance