DelphiFAQ Home Search:

Deny everybody acces to a file on web site - using Apache

 

commentsThis article has not been rated yet. After reading, feel free to leave comments and rate it.

Question:

How can I deny everybody acces to a file on web site? The file is called private.html and in my root folder.

Answer:

The simplest solution is to delete the file.

Is it some kind of log file and did you intend to view the file occasionally from the shell? Then you may want to change the rights of the file so no one can see it.

chmod 0 private.html

You can also use .htaccess if you use the Apache web server. Include these lines into your .htaccess file (placed in your root folder):
<Files "private.html">
deny from all
</Files>


Or you could move the file to a different location - to a directory that is already password protected (and you are the only one having access to it).




Comments:

 

 

NEW: Optional: Register   Login
Email address (not necessary):

Rate as
Hide my email when showing my comment.
Please notify me once a day about new comments on this topic.
Please provide a valid email address if you select this option, or post under a registered account.
 

Show city and country
Show country only
Hide my location
You can mark text as 'quoted' by putting [quote] .. [/quote] around it.
Please type in the code:

Please do not post inappropriate pictures. Inappropriate pictures include pictures of minors and nudity.
The owner of this web site reserves the right to delete such material.

photo Add a picture: