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?



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