I have encountered some issue with 301 redirect and htaccess file.
I need to redirect the following url:
to:
The 301 redirect command I wrote in htaccess file is as follow:
Redirect 301 /?specifications=colours/page/3 http://www.domain.com/colours
And it doesn't work at the moment. What is the correct way to set up 301 redirect here?
Your help will be sincerely appreciated!