301 Redirect without variables

Soldato
Joined
27 Dec 2005
Posts
17,316
Location
Bristol
I'm looking to 301 redirect a ton of pages to the new sites URLs. One example would be that I want to redirect "domain.com/clients/xxxx" to "domain.com/our-clients" without it saving the variable.

An example:

Redirect 301 /clients/ http://www.domain.co.uk/

However if I visit www.domain.co.uk/clients/client1.php it redirects me to www.domain.co.uk/client1.php. How do I stop the variable passing over?

I hope I've made that clear. Many thanks.
 
Back
Top Bottom