Hello Jeremy,
On Monday, March 24, 2003, Jeremy Rodriguez wrote...

> 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]

The one from the docs on the apache website says this:

RewriteEngine  on
RewriteBase    /~quux/
RewriteRule    ^foo$  foo/  [R]

Which means you missed out a line, although I'm not sure it'd have too
much of an effect over it, but worth a shot anyway.

I think you're likely to find that this is an apache problem, and not
squirrelmail at all. The problem you're seeing is apache isn't
attempting a lookup inside mail/ but reading mail/ as a folder. I
thought they'd fixed their more recent versions to automatcially
rewrite that url for you... *shrugs*.

-- 
Jonathan Angliss
([EMAIL PROTECTED])



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
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