I bought an old expired domain for the first time. Now the problem is google webmaster is showing me certain pages as 404 error which were on the old site for some pages which were on root i used
ErrorDocument 404 /404notfound.php
and they worked fine but my problem how to redirect pages like
/get_damnit/DAMNIT.html
/remedy/
I am unable to find any code to use in htaccess. Should i use
Just let them stay as a 404 response, after all, that IS quite correct if the pages are no longer there.
Next question
No, it will NOT affect your "SEO"!!
You CANNOT redirect the index page to the root because it IS the index page that is served out for root requests.
See this thread specifically post #8
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
You don't do both, if you have already redirected the non www then adding in the index page redirect will cause a locked redirect loop.
Read the HR thread in the linked post or go directly to it (do not pass go, do not collect $200), and you will find the .htaccess directives for both redirects in four lines of code with NO loops.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?