• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

HTACCESS SCRIPT HELP

Amtrak

Banned
I need to block 70.167.157.226 from viewing my website.
I tried using an .htaccess script with notepad and uploading it on my ftp but its not working.

Can someone tell me what to do.

Thanks!
 
Something like

Order deny,allow
deny from 70.167.157.226
allow from all

But then again, I could be wrong 😉
 
might be better to load a different page for that specified ip, make the person think nothing is happening
 
Originally posted by: Wizkid
Something like

Order deny,allow
deny from 70.167.157.226
allow from all

But then again, I could be wrong 😉


looks about right, you could add it to your httpd.conf if you have access to it.
 
I think I know what I did wrong...I'm using WS-FTP and I have to upload in "ASCII" mode. Am I using "binary" instead? How do I change to ASCII for just this file?

Thanks!
 
Back
Top