Can you help me get your 404 error trafic???
you just need to create .htaccess file and upload 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.*$
edited because of content.
adam
+ Reply to Thread
Results 1 to 8 of 8
-
Introduction > Musicmatch Screen shot > Musicmatch Jukebox Plus
-
Simply make a text file in NOTEPAD (for a Windows based system) with the following:
ErrorDocument 404 http://www.yourdomain.com/your-404-page.html
Then save the file as ' .htaccess '
Then FTP it to your root web sites directory (the directory that the FTP puts you in when you first log-in).
Thats it !
WARNING: If you are using MS FrontPage you will have to modify the .htaccess that already exists in the top level directory of your site. This file is VERY important to the operation of MS FrontPage and the utmost care should be taken when making changes to this file.
Open the file in NOTEPAD
You will need to add your ErrorDocument entry at the top of this file as I have done in this example.
ErrorDocument 404 http://www.yourdomain.com/your-404-page.html
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName www.yourdomain.com.com
AuthUserFile /home/yourpath/yourdomain/_vti_pvt/service.pwd
AuthGroupFile /home/yourpath/yourdomain/_vti_pvt/service.grp
Then save the file as ' .htaccess '
Then FTP it to your root web sites directory (the directory that the FTP puts you in when you first log-in).
That's it ! -
I have no clue what you are trying to say but it sure looks like you were spamming porn sites. Even if this thread has a valid purpose, you should know better than to post those kinds of links here.
-
Don't know about his links, but I thought this is what he was asking how to do
http://www.primeinternet.com/support/htaccess.html -
no I mean if you dont need it at all on your sites ... I would gladly accept an easy gift from you.
sorry for my simple style of life ... i just like those who can help a guy from poor country like myself
THX for charityIntroduction > Musicmatch Screen shot > Musicmatch Jukebox Plus -
You are free to give advice to others or to ask for advice. Please just refrain from posting links to pornographic material.
Similar Threads
-
htaccess help!
By lordsmurf in forum ComputerReplies: 8Last Post: 23rd Jun 2008, 05:23 -
htaccess help?
By lordsmurf in forum ComputerReplies: 3Last Post: 10th Mar 2008, 09:10