[ad_1]
I have a site that has decommissioned a heap of product pages… I want to redirect them all from to the homepage.. is it possible to throw this in the .htaccess as a wildcard?? .. I’d rather not install a plugin..
*update*
I’ve tried adding them via cpanel and it outputs the following into .htaccess – though it doesn’t appear to be working?
“`
RewriteCond %{HTTP_HOST} ^mysite\.co\.uk$ [OR]
RewriteCond %{HTTP_HOST} ^www\.mysite\.co\.uk$
RewriteRule ^products\/?(.*)$ “http\:\/\/mysite\.co\.uk\/$1” [R=301,L]
“`
Thanks in advance
[ad_2]