Thanks for the suggestions.
In the end I found that unless the site root was handled by mono (currently
only /cashless/ is handled), the // would continue to cause problems.
However, this change brought its own problems - php pages stopped being
served correctly and mono started to redirect subf
Thanks for the replies. I think the problem stems from the fact that the
root folder of served pages (mysite.com/) serves php pages (so that I can
run phpmyadmin etc) and then a subfolder (mysite.com/cashless/) serves
asp.net pages. I have used RewriteRule (thanks) to patch up the problem
while
Sorry for asking such a basic question but I am struggling in the transition
from IIS to Apache.
I am using mod_mono and everything works fine. If I go to
mysite.com/login.aspx I get to my login page etc.
However, if I go to mysite.com//login.aspx (notice the extra slash) it asks
me if I would