Jump to content



Welcome to AstaHost - Dear Guest , Please Register here to get Your own website. - Ask a Question / Express Opinion / Reply w/o Sign-Up!

Toggle shoutbox Shoutbox Open the Shoutbox in a popup

@  yordan : (16 June 2013 - 05:41 PM) You're Welcome, Agyat!
@  agyat : (16 June 2013 - 07:38 AM) Thanks Yordan...
@  velma : (16 June 2013 - 12:06 AM) I Have Asked Opa To Check For A Backup.. He'll Let Me Know Soon :)
@  velma : (16 June 2013 - 12:05 AM) T_T It Seems That Someone Has Deleted That Topic Since I Found The Url Of The Topic But It Gives Me An Error
@  yordan : (15 June 2013 - 10:31 PM) @velma : It's A Tuto On How To Create A Login Program.
@  yordan : (15 June 2013 - 10:31 PM) Happy Birthday To Youuuuuu Agyat!
@  yordan : (15 June 2013 - 10:31 PM) Ba$
@  agyat : (15 June 2013 - 04:41 PM) :(
@  agyat : (15 June 2013 - 04:41 PM) Where The Hall I Were? 15Th Is Almost At End And No-One Wished Me "happy Birthday"!!!
@  velma : (14 June 2013 - 10:39 AM) Which Tutorial Is He Searching For?
@  velma : (14 June 2013 - 10:38 AM) Which Tutorial Is He Searching For?
@  yordan : (14 June 2013 - 07:47 AM) Ok, Have A Look Tomorrow.
@  yordan : (13 June 2013 - 03:19 PM) @velma, Can You Have A Look At Feelay's Problem? Seems That His Tutorial Is Not Searchable Today.
@  Feelay : (13 June 2013 - 08:11 AM) Oh, Haha
@  velma : (12 June 2013 - 05:39 PM) T_T Lately My Levels Of Procrastination..... **sigh**
@  velma : (12 June 2013 - 05:38 PM) I'll Do It Later
@  velma : (12 June 2013 - 05:38 PM) Procrastinators.. People Who Keep Saying "i'll Do This In A Bit"
@  Feelay : (12 June 2013 - 02:05 PM) Deal Punishments To What?
@  velma : (12 June 2013 - 01:27 PM) T_T We Should Deal Punishments To Procrastinators... Especially Me
@  Feelay : (12 June 2013 - 12:06 PM) As Well As Making It More Secure.

Replying to .htaccess Help


Post Options

    • Can't make it out? Click here to generate a new image

  or Cancel


Topic Summary

Posted 07 March 2010 - 04:18 PM

htaccess.htaccess Help

I have what I think is some type og bot accessing my website and using a lot of bandwidth.

Here's the bot:  dc.73.84ae.Static.Theplanet.Com

I tried blocking this way in htaccess

deny from  dc.73.84ae.Static.Theplanet.Com

or 

deny from 73.84.*.*

This a a host and I can't find the IP

Any ideas how to block this ??


 


 

-question by Paul K

tansqrx

Posted 09 February 2009 - 10:10 PM

You may want to refer to http://www.astahost....cts-t18270.html for more information. I had a similar problem and finally got a solution.

FirefoxRocks

Posted 15 October 2008 - 10:21 PM

That did not help...

toby

Posted 15 October 2008 - 02:44 PM

Try the number after the first line as well.

FirefoxRocks

Posted 14 October 2008 - 09:31 PM

This is my .htaccess file:
Redirect /xkingdom http://feral.portal.trap17.com/
Redirect ^/wdl/$ /gone.php 301
The first line works, the second line doesn't. It actually returns an Internal Server Error:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@portal.trap17.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

I have the gone.php file in the root directory of my subdomain.

yordan

Posted 14 October 2008 - 01:39 PM

That code only gave me an internal server error (HTTP 500). I tried 302, 301 and 410 and it still does the same thing.

Do you mean that you really created a working /blafile.php and the 301 redirect does not work, or do you mean that you don't understand the /blafile thing ?

FirefoxRocks

Posted 14 October 2008 - 01:12 PM

That code only gave me an internal server error (HTTP 500). I tried 302, 301 and 410 and it still does the same thing.

toby

Posted 13 October 2008 - 04:35 PM

Then this.

Redirect ^/bladir/$ /blafile.php 301

FirefoxRocks

Posted 12 October 2008 - 11:47 PM

Wouldn't that redirect ALL directories to the root directory? I just want to redirect one, not all directories.

CheckProgs

Posted 12 October 2008 - 09:07 PM

I'm sorry but I don't understand what you are saying. Could you please tell me what to put in the .htaccess file?

He just said it.
Use this: Redirect ^/*/$ / 301
In the root directory.
Give him credit not me.

Review the complete topic (launches new window)