RewriteEngine On
RewriteCond %{REQUEST_URI} team
RewriteRule ^ http://sitename.co.uk/about? [L,R=301]
The code above works perfectly if the url is /team/
BUT
if the URL is /team/john-smith/ I do not get redirected?
I can't figure out why this wouldn't work! Any ideas??
Thanks in advance
RewriteRule ^team http://sitename.co.uk/about? [L,R=301,NC,NE]
as the first rule belowRewriteEngine On
rule and test from a new browser. Make sure there are no caching plugins in WPsitename.co.uk redirected you too many times. Try clearing your cookies. ERR_TOO_MANY_REDIRECTS