Hi Hugo,
We have ready to me our old site to our new wordpress site..
In order to keep google and our ranking, we wrote the following rules:
UrlToolkit {
ToolkitID = redirect_old_urls
Match ^/testing.shtml$ Redirect /testing
Match ^/payments.shtml$ Redirect /payments
Match ^/enquiry.php Redirect /contact
Match ^/packs.shtml Redirect Redirect /category/sale
Match ^/privacy.shtml Redirect Redirect /privacy
Match ^/ground-protection-mats.shtml Redirect /product/durapark-tile-black
Match ^/garage-flooring.shtml Redirect /category/garage-flooring
Match ^/cookies.shtml Redirect /cookies
Match ^/faq.shtml$ Redirect http://uptime.trinitech.uk/
Match ^/help.shtml Redirect /help
Match ^/ground-stabilisation-mats.shtml Redirect /product/durapark-tile-black
Match ^/accessories.shtml Redirect /category/accessories
Match ^/disc-plate.shtml Redirect /product/discplate-tile-black
Match ^/ground-shield.shtml Redirect /product/durapark-tile-black
}
The code above doesn't work for some reason. When I type http://mydomain.com/faq.shtml I am not redirected to http://mydomain.com/fag
Could you please tell me where I went wrong?
Thank you
Fred