Hi Jeremy,
>
> I am having a problem of when a user accesses my url
> http://www.mydomain.com/mail they get an "action cancelled" error.
> However, http://www.mydomain.com/mail/ with the trailing slash works.
> I read trailing slash problem in:
> http://httpd.apache.org/docs/misc/rewriteguide.html
>
> And added the following lines to the httpd.conf:
> RewriteEngine on
> RewriteRule ^mail$ mail/ [R]
>
> This did not solve the problem. Is my syntax wrong?

I can't recall the entire thread, so at the risk of being redundant, I'm
gonna bring it up anyway.

This sounds like an apache config problem, where you have one of the
Directory directives ending with a /. IIRC, it's okay to have Alias
directives end with a /, but not a Directory directive.

Maybe double check the main server and VirtualHost configs?

HTH
-- 
Keith Mastin
BeechTree Information Technology Services Inc.
Toronto, Canada
(416)696 6070




-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to