Screwing around with some .htaccess stuff here. I have a file I only want to be able to access from the file system. Right now I have it accessible by IP only.
<Files "home.php">
order deny,allow
deny from all
allow from IP here
</Files>
Ideas?
Ideas?