Smokey.Joe
Joined: 22 Jun 2003 Posts: 2
|
Posted: Sat Jan 03, 2004 8:31 pm Post subject: |
|
|
^Bump^
Actually a bump and a quick question. My .htaccess file doesn't seem to work. I'm getting a lot of unwanted traffic to my site, and I've modified it so that they won't be able to post comments. My question is, how do I get my htaccess file to work?
.htaccess
Code: | ErrorDocument 404 http://smokeyjoe.pointclark.net/errors/404.php
<Limit GET>
order allow,deny
deny from 210.224.177.
deny from 192.168.1.2
allow from all
</Limit>
<Files .htaccess>
order allow,deny
allow from 192.168.1.2
deny from all
</Files> |
So what's wrong? please tell me there's a typo that I have been overlooking for months. THat would make me feel better. If there is some sort of config file I need to fix in apache, where is it. I went and RTFM'd the apache manual. It's a bit over my head, but mentioned an httpd.conf file. I found that file, but not where the Manual said. So I dunno what's up. I plan on changing over to MT, or b2evo if I can get this issue resolved. if not, then I plan on scrapping my site, but I really dont' want to do that. |
|