file only accessible by file system..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
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?
0
Kudos
0 REPLIES 0
