Robert wrote:
> Andy,
>
> This is wat i have in my httpd.conf
>
> = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
> Alias /webmail "/usr/local/www/data/webmail"
>
> <Directory "/usr/local/www/data/webmail">
> RewriteEngine On
> RewriteCond %{HTTPS} off
> RewriteRule (.*) <a style='text-decoration: underline;' href="https://%" target="_blank">https://%</a>{HTTP_HOST}%{REQUEST_URI}
> AllowOverride None
> Options FollowSymLinks
> Order allow,deny
> Allow from all
> </Directory>
> = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
>
> This works fine for <a style='text-decoration: underline;' href="http://www.mydomain.com/webmail/" target="_blank">www.mydomain.com/webmail/</a> but still shows the complete
<font color=purple> > url <a style='text-decoration: underline;' href="http://www.mydomain.com/webmail/src/login.php.</font" target="_blank">www.mydomain.com/webmail/src/login.php.</font</a>>
>
> Robert
>
>
You could cloak inside a html frame. Not an Apache solution but it may
do what you're after...
<html>
<head>
<title>Webmail</title>
</head>
<FRAMESET ROWS="*" FRAMEBORDER="NO" FRAMESPACING="0" BORDER="0">
<FRAME SRC="http://www.mydomain.com/webmail/src/login.php" NAME="top"
scrolling="yes" marginheight="0">
</frameset>
</html>
--Mark.<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Don't show complete url