RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Release Support > Older Versions > Release Candidate 1

For more information about the ads and why they're here, please see the FAQ
Reply
  #1  
Old 10-19-2007, 02:41 AM
hcl hcl is offline
Registered User
 
Join Date: Oct 2007
Posts: 14
Downloads: 0
Uploads: 0
Default How to protect show directory

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 10-19-2007, 02:48 AM
Super Moderator
 
Join Date: Jun 2006
Posts: 431
Downloads: 0
Uploads: 0
Send a message via ICQ to skaero Send a message via AIM to skaero Send a message via MSN to skaero Send a message via Yahoo to skaero
Default Re: How to protect show directory

Just make a new file index.html and upload it to the sever that will keep it from showing up.
__________________
[size=8pt]SKaero.com <br />&nbsp; [/size]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 10-19-2007, 02:56 AM
hcl hcl is offline
Registered User
 
Join Date: Oct 2007
Posts: 14
Downloads: 0
Uploads: 0
Default Re: How to protect show directory

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

For more information about the ads and why they're here, please see the FAQ

All times are GMT. The time now is 08:58 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright © 2006-2008 RoundCube Webmail Community