I'm not very familiar with LiteSpeed Server as we've always used Apache in the past but I'm trying to learn. Our forums (vbulletin 4) is suffering an issue with duplicate URLs and improper redirects. I'm trying to add redirects in the .htaccess but I just can't seem to make it work. Am I overlooking something or is there a syntax error? Any help would be appreciated.
Incorrect URL:
Desired URL:
.htaccess rule:
Incorrect URL:
Code:
https://www.example.com/content/?176-Minnesota-FFL-Dealers
Code:
https://www.example.com/content/176-minnesota-ffl-dealers.html
Code:
Redirect 302 /content/?176-Minnesota-FFL-Dealers /content/176-minnesota-ffl-dealers.html
Last edited by a moderator: