Search: Hi, I am using the statement SetHandler mono in my apache configuration to make sure all files are handled by mono itself. But now i have multiple virtualhosts, say a.test.com and b.test.com. Apache can handle them both with different virtualhost. Now, i want to set the index on both virtualhost to different destinations. so a.test.com has to go to /login.apsx?project=a and b.test.com has to go to /login.aspx?project=b. How can i configure this?
One note is that i am using forms authentication in my web.config, so that is redirecting too, with loginurl="login.aspx", but the bad thing with this is that login.aspx dont know whats the virtualhost name thanks in advance, Adriaan -- View this message in context: http://www.nabble.com/mod-mono-directoryindex-with-SetHandler-mono-tf3657693.html#a10219302 Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
