RichieBoy67
02-09-2018, 04:39 PM
Hey everyone,
I want to redirect an old url that contains this:
https://###########/showthread.php/#############.html
to
https://###########/showthread.php?t=##############
A simple 301 redirect which is what I would like to use will not work..
Redirect 301 /showthread.php/#############.html https://###########/showthread.php?t=##############
Thanks
I cannot figure out why this redirect isn't working. I will have to use a rewrite rule instead..
I want to redirect an old url that contains this:
https://###########/showthread.php/#############.html
to
https://###########/showthread.php?t=##############
A simple 301 redirect which is what I would like to use will not work..
Redirect 301 /showthread.php/#############.html https://###########/showthread.php?t=##############
Thanks
I cannot figure out why this redirect isn't working. I will have to use a rewrite rule instead..