IT.COM

Cpanel / webalizer question

Spaceship Spaceship
Watch
this is what is says in my webalizer for one of my sites.

Code 200 - OK 61399
Code 206 - Partial Content 908
Code 302 - Found 38
Code 304 - Not Modified 55973
Code 401 - Unauthorized 6
Code 404 - Not Found 159361
Code 405 - Method Not Allowed


what does the code 404 not found mean ?
is that people not getting to my site, using old links or something?
how can I make all links go to my homepage?
example ....my site www.abc.com
I want all forwarded to my homepage abc.com

abc.com/alsdfjaldsfj
www.abc.com/asldfjasdl
http://abc.com/adlfjd
http://www.abc.com/lfadjslfj
kdsfjlad.abc.com
www.saldas.abc.com
http://lsdfajsd.abc.com
http://www.lasdjfa.abc.com
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Create a custom error page for the 404's and get that page to redirect to your site.
 
0
•••
i read something about the htaccess file, can i just edit that?
 
0
•••
Enable wildcarded dns to catch blah.abc.com, anything-goes.abc.com, etc. and add this to a .htaccess to get abc.com/anything/here/something.html, abc.com/what??.html, etc:

Code:
ErrorDocument 404 /

EXAMPLE:

http://www.purepimps.com/sdgdsfgd/justatest.html
 
0
•••
I clicked your example link and i got a error 404 page, that is the point, i want those errors to go to another page.

so , edit htaccess page . put this in?

ErrorDocument 404 / index.html

can i put

ErrorDocument 404 / www.abc.com/refer.php or something like that.

is this (Code 404 - Not Found 159361 ) the amount of hits the 404 page actually got ? that will equal quite a bit of uniques.


thanks for the help
 
0
•••
Crusader said:
Create a custom error page for the 404's and get that page to redirect to your site.

Yeah, what he said .... just make a .htaccess file by your own or with CPanel.

Later
 
0
•••
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back