Tagged Questions
2
votes
0answers
47 views
Soft 404 error on redirected outbound links
I have a redirect script on my site which sends visitors to an affiliate site. However in the last month I've noticed that Google webmaster tools is reporting my outbound links as a 404 error. Here is ...
0
votes
1answer
39 views
Consequence of redirecting ALL 404s on a site
I've just gone through my sites 404 list and redirected all of them to the front page.
There were in general 2 categories of links. The first was relative links of client sites which we may have ...
3
votes
1answer
551 views
How to redirect specific url to 404 in htaccess?
I want to redirect only one specific URl (ex. mypage.com/1234/page/) to error page 404.
How to achieve it in htaccess?
2
votes
2answers
151 views
Send 404 Status Code on www.domain.com
Does anyone know if it's at all possible (preferably with htaccess), to send a 404 error code and page when visiting http://www.domain.com but have http://domain.com working just fine?
I want to 404 ...
1
vote
1answer
49 views
There is website Service for unavailable domains?
I have few domains, I don't want to use it on my website and I want to redirect different server, says site not available.
I would be happy if I can set different message for every domain.
1
vote
1answer
221 views
404 Not Found Errors -> Redirect
Hi i have recently moved my forum from Mybb to Vanilla, so the index pages such as showthread.php now do not exist. This is a big problem for SEO, what do I do to redirect this to the home page?
2
votes
1answer
707 views
Removed pages. set them 404 or 301 to home page? [duplicate]
Possible Duplicate:
SEO: ecommerce item deleted by user, 301 rediret to HOME PAGE or 404 not found?
I decided to delete about 2000 pages because of panda update. Now the question is... ...
5
votes
1answer
1k views
.htaccess rule to redirect from 404 to search results
When a user (or a bot) request on non existing page, I want to redirect him to the search results. I prefere to do it with the .htaccess file using something like:
ErrorDocument 404 ...
1
vote
1answer
287 views
How to handle redirects & http status codes at urls where a product becomes unavailable?
I have this use case that happens frequently:
Lots of products for sale, periodically a percentage goes out of stock.
A user still browses in on the old url, to a location where a product used to ...
0
votes
1answer
361 views
Htaccess 404 & 301
The site is run on wordpress (latest) and is installed in /htdocs/www/
This htaccess file is in /htdocs/www/roh/ along with a bunch of images & some css.
I want requests to the old html files to ...
1
vote
1answer
201 views
Remove directory from Google SE results
I was developing a Joomla site in /new/ which was to replace the Mambo site in the root directory. I thought I put a robots file there to stop bots from crawling the new site, but this is not the ...
3
votes
3answers
481 views
Why can't GoogleBot forget a 404 File Does Not Exist?
For two months now, googlebot is trying to get a file which does not exist anymore. This is just one example out of many: I had renamed the file to a better name and removed the old file. Now, why ...
10
votes
4answers
723 views
ecommerce item deleted by user, 301 rediret to HOME PAGE or 404 not found?
I know this question is someway similar to this one where they reccomend using 404, but after reading this other one where they suggest to use 301 when changing site urls (in the specific case was due ...
10
votes
2answers
2k views
Is it better to have an ErrorDocument 404 redirect back to the homepage or a standard 404 error page?
We run an ecommerce site that was setup by a third party ecommerce software provider, basic shop with product pages, basket and checkout.
The third party vendor set up the htaccess file so that if a ...
