| | |
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 |
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 The <file></file> block prevents anyone reading your .htaccess file
the second block protects images being accessed from offsite
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 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
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
![]() |
Similar Threads
- PHP error 404 (PHP)
- redirect user to another page if error 404 (ASP)
- http error 404 (ASP.NET)
- Http Error 404 (Windows Servers and IIS)
- Supplemental and old 404 pages( google automated removal tool) (Search Engine Optimization)
- HTTP Error 404 - File or directory not found. (ASP.NET)
Other Threads in the Site Layout and Usability Forum
- Previous Thread: Help needed!
- Next Thread: use of free web hosting sites as business??
| Thread Tools | Search this Thread |
blogging content customer design development dreamweaver duplicate email evaluation filesharing firefox flash gilbane google html itunes javascript kazaa layout music napster peertopeer photoshop remote remoteserver satellitenavigation satnav server site tables template tips tomtom url wave web website websitedesignreview web_development web_sites






I'll try this code 