![]() |
|
|
|||||||
| For more information about the ads and why they're here, please see the FAQ |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi all
..how to protect directory http://mail.mydomain.tld/skin/ or http://mail.mydomain.tld/program/ for not show guest on the web ? if guest click link http://mail.mydomain.tld/skin/ there can show file, how to protect ? let me know
__________________
I'm use RoundCube with:<br />Linux 2.6.18-8.el5 (Centos 5)<br />QMAIL 1.03<br />MySQL 14.12 Distrib 5.0.22<br />Courier-IMAP-4.0.2<br />Apache/2.2.3<br />Clamav 0.91.2 with SIMCAN 1.3.1 |
|
#2
|
|||
|
|||
|
Just make a new file index.html and upload it to the sever that will keep it from showing up.
|
|
#3
|
|||
|
|||
|
Good idea - im forget -lol-
![]() Im write custom page here: Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <HTML><HEAD><TITLE>Directory listing is denied</TITLE> <META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252"> <STYLE type="text/css"> BODY { font: 8pt/12pt verdana } H1 { font: 13pt/15pt verdana } H2 { font: 8pt/12pt verdana } A:link { color: red } A:visited { color: maroon } </STYLE> </HEAD><BODY><TABLE width=500 border=0 cellspacing=10><TR><TD> <h1>Directory listing is denied</h1> The Web server is configured not to display a list of the contents of this directory. <hr> <p>Please try the following:</p> <ul> <li>Contact the Web site administrator if you believe this directory should allow browsers to display a list of its contents.</li> </ul> <h2>HTTP Error 403.14 - Forbidden: Directory listing denied.<br> APACHE </h2> <hr> <p>Technical Information (for support personnel)</p> <ul> <li>Go to <a href="http://httpd.apache.org/">apache </a> and perform a title search for the words <b>HTTP</b> and <b>403</b>.</li> <li>Open <b>httpd Help</b>, which is accessible in httpd Manager (apache), and search for topics titled <b>Web Site Setup</b>, <b>Securing Your Site with Web Site Permissions</b>, and <b>About Custom Error Messages</b> on <a href="http://httpd.apache.org/docs/">here</a> </li> </ul> </TD></TR></TABLE></BODY></HTML>
__________________
I'm use RoundCube with:<br />Linux 2.6.18-8.el5 (Centos 5)<br />QMAIL 1.03<br />MySQL 14.12 Distrib 5.0.22<br />Courier-IMAP-4.0.2<br />Apache/2.2.3<br />Clamav 0.91.2 with SIMCAN 1.3.1 |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
| For more information about the ads and why they're here, please see the FAQ |