hey friends,<br>
<br>
 I was trying to configure postfix with starttls and was also configuring squirrelmail.<br>
I added few lines for squirrelmail to redirecting the traffic from port
80 to port 443.The port redirection is working properly but now I am
not able view some of the directories like isoqlog and few other
directories.<br>
<br>
I get this message when I try to view isoqlog or  few other
directories. Softwares like webmin are working properly means I can use
them through browser.<br>
<h1>Forbidden</h1>

<p>You don't have permission to access /isoqlog
on this server.</p>

<p>Additionally, a 403 Forbidden
error was encountered while trying to use an ErrorDocument to handle the request.</p>

<hr>
<br>
<br>
SELinux and IPTables are disabled on this sytem.<br>
<br>
Lines added in the httpd.conf for port redirection.<br>
<VirtualHost *:80><br>
       ServerName localhost<br>
        DocumentRoot /var/www/html<br>
        RewriteEngine   on<br>
        RewriteCond     %{SERVER_PORT} ^80$<br>
       
RewriteRule     ^/webmail(.*)$
<a href="https://192.168.1.68/webmail$1">https://192.168.1.68/webmail$1</a> [L,R]<br>
        RewriteLog      "/var/log/httpd/rewrite.log"<br>
        RewriteLogLevel 4<br>
</VirtualHost><br>
<br>
Moreover I am getting this in the httpd/error.log<br>
<br>
[Tue Dec 06 18:55:47 2005] [error] [client <a href="http://192.168.1.68">192.168.1.68</a>] (13)Permission denied: access to /index.html denied<br>
<br>
Even after disabling squirrelmail and port redirection in httpd.conf the problem persists.<br>
<br>
Any pointers why I am getting this error.<br>
<br>
Thanks & Regards<br>
<br>
Ankush Grover<br>
<br>
<br>