Yes i'm trying to get my .htaccess file working on a pleask sever..

It just a basic one that i'm using..

Code:
<Files *.php>
Order Deny,Allow
Deny from all
</Files>

<Files *.txt>
Order Deny,Allow
Deny from all
</Files>
WHen i put it up i get the lovely


Object not found!
The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.

If you think this is a server error, please contact the webmaster.

Error 404

Apache/2.2.4 (Linux/SUSE)