I have created a website using IPB which I believe is written in PHP.
i am trying to use a 301 prominent redirect but when ever I try to use any from around the web I get a 500 server error
the broken url is ‘http://thereviewforum.com/index.php?/page/index.html/_/monthly-top-10/top-10-free-vpn-service-providers-r17’
and I would like to direct users and search bots to
http://thereviewforum.com/monthly_top_10.html/_/monthly-top-10/top-10-free-vpn-service-providers-r17
again any help with be greatly appreciated!
I think you can do (The following does not work. See below for working example):
Edit:
You are right the above does not work. I guess query strings aren’t considered. I should have tested it first. Here is an example that I tested to make sure it worked.