I have an STS-based site collection and I have changed the "default.aspx" default document reference as follows:
My onet.xml:
<Module Name="Default" Url="" Path="">
<File Url="etusivu.aspx" NavBarHome="True">
This way the site works when I use the URL http://SITEURL/etusivu.aspx
but if I use http://SITEURL/ it doesn't redirect to etusivu.aspx.
Even if I change "default document" in IIS to be "etusivu.aspx" in the correct webapp it doesn't work either.
Is there any possible way to correct this redirect?
Using SPS based site definition works but....