Forum Moderators: phranque
Does the following look right to tell Google that all pages from the directory 'widgets' are gone permanently?
RewriteRule h ttp://www.mydomain.com/sh/widgets/*$ [R=410,L]
And from what I understand it can also be written like:
RewriteRule ^sh/widgets/*$ [R=410,L]
Is there any advantage or disadvantage to writing out the whole url or not?