PDA

View Full Version : Htaccess And 404 Error On Your Website



maxidrom11
03-19-2005, 01:47 PM
Can you help me get your 404 error trafic???
you just need to create .htaccess file into you root directory with the following info below.

AuthUserFile /dev/null
AuthGroupFile /dev/null
AuthName "Max"
AuthType Basic
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ^Teleport.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebCopier.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^Wget.*$
RewriteRule /* [L,R]
ErrorDocument 401

OldVersion.com Admin
03-19-2005, 03:59 PM
No.