By mareks on
Hi,
Now that I have built my site on Drupal, I have also revamped the uri/path structure.
However, search engines still keep pointing to the old *.php pages - generating some 404 not found errors.
# Top 'page not found' errors
75 products.php
67 company.php
34 SysVol
29 news.php
I don't think that making new aliases for these pages is so good idea, since I want the URI-s to disappear from the search engines.
What are my chances to fix it?
Thanks,
Elektroskandia Estonia
It's in Estonian language only for now
Comments
Best bet would be to have
Best bet would be to have your server respond to such requests with HTTP status code 410 Gone. Adding the following to your .htaccess file should do it: