Traffic in error 404 pages

Please support our Site Layout and Usability advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved

Join Date: Jan 2009
Posts: 1,384
Reputation: almostbob has a spectacular aura about almostbob has a spectacular aura about almostbob has a spectacular aura about 
Solved Threads: 167
almostbob's Avatar
almostbob almostbob is offline Offline
Nearly a Posting Virtuoso

Re: Traffic in error 404 pages

 
0
  #11
Jul 31st, 2009
get a google webmaster tools account,
Follow all the directions
I get my sitemaps made from the sitemap tool at http://www.auditmypc.com/
Google have a good set of howtos to tell google how to index your site called webmaster 101

this code in your .htaccess file redirects external sites accessing images
<Files .htaccess>
order allow,deny
deny from all
</Files>

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?MYSITE\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .*\.(jpe?g|gif|bmp|png)$ /images/nohotlink.jpg [L]
The <file></file> block prevents anyone reading your .htaccess file
the second block protects images being accessed from offsite
Failure is not an option It's included free, you don't have to do anything to get it
If at first you dont succeed, join the club
Of course its always in the last place you look, you dont keep looking after you find it

Please mark solved problems, solved
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 7
Reputation: grace.t is an unknown quantity at this point 
Solved Threads: 0
grace.t grace.t is offline Offline
Newbie Poster

Re: Traffic in error 404 pages

 
0
  #12
Jul 31st, 2009
Thank you so much Almostbob. I'll try this code
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Site Layout and Usability Forum
Thread Tools Search this Thread



Tag cloud for Site Layout and Usability
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC