Why mail registries will not work in my domain root?

I have a form on the main page that is very simple, but will not work if the site is at the root.

Works great:

www.mysite.com/page.aspx

www.mysite.com/another/page.aspx

Does not work:

www.mysite.com

I press a button and it returns a message

www.mysite.com/default.aspx

But nothing happened, now if I try the form on /default.aspx again, it will return back and do a fine.

What am I doing wrong?

+1
source share
3 answers

Thanks for the answer, I just figured it out!

I use isapi to make sure my URLs are all lowercase and 301 redirect any uppercase URL to their equivalent lowercase version.

postback - Default.aspx... My script default.aspx , . DOH!

+1

, ( ) . , .

, , - URL rewriting. , , . !

+1

Do you have Index.aspx at the root of your site?

0
source

All Articles