|
-
Jun 25th, 2011, 07:59 AM
#1
Thread Starter
Fanatic Member
404 Error Advice
Hi guys,
Im thinking of setting my 404 error page to automatically redirect to my websites homepage using .htaccess, like so:
Code:
ErrorDocument 404/index.php
Im wondering will this have any implications to google search results or would it have a negative impact in any way what so ever ?
Thanks Guys !!
Last edited by dunlop03; Jun 25th, 2011 at 08:02 AM.
-
Jun 25th, 2011, 12:17 PM
#2
Addicted Member
Re: 404 Error Advice
Im wondering will this have any implications to google search results or would it have a negative impact in any way what so ever ?
if I were google, this will not make any negative impact for me 
but actually I am not really sure
regards 
Feras Jobeir
-
Jun 25th, 2011, 12:42 PM
#3
Re: 404 Error Advice
If you have pages that you've deliberately moved (like say you moved "page1.html" to "page2.html"), then it's best to use a 301 redirect so the search engine can update the URL in its index.
But if it's a genuine 404 (page never existed), then it shouldn't be a problem for search engines. It could be annoying for your visitors though; I prefer a 404 page that clearly states the problem and maybe offers some help ("if you were expecting something here and didn't find it, email me").
-
Jun 25th, 2011, 12:51 PM
#4
Thread Starter
Fanatic Member
Re: 404 Error Advice
Ive created a plugin and ive inserted a jquery script in the plugin file, when the user runs the plugin it looks for the file in the jquery script.
The thing is, that this file is not in that location unless I need to put it there, its basically renamed untill I decide if the file is needed or not.
Heres the script (domain & file are just examples):
vb Code:
<script type="text/javascript"> $.noConflict(); jQuery.ajax({ type: "GET", url: "http://test.com/file.js", dataType: "script" }); </script>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|