IIS 301 Redirection Problem

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 13 años
Hello,

I've created a permant redirection to redirect domain.com to www.domain.com.

If I now enter domain.com/contactus.aspx the request is redirected to www.domain.com/contactus.aspx which works as wanted.

But if I enter only domain.com the request is redirected to www.domain.com/eurl.axd/f2106381296c6b4385fdd500f0150b71/default.aspx and I get the following error message:

"The resource cannot be found".

How can I correct this?

Thanks
Markus
Hace 13 años
Any ideas?
Hace 12 años
I'm seeing siimlar behavior too. I'm not familiar with the eurl.axd; this is the first time I've happened upon it.

I've used the .htaccess to redirect from the non-www version of a site the www version. On other ASP.NET sites, this would redirect the user to http://www.<DOMAINNAME>/Default.aspx

The redirect code responds with: http://www.<DOMAINNAME>/eurl.axd/67c883a88f12b84380e6df1eb99e05c4

The http://www.<DOMAINNAME>/eurl.axd/67c883a88f12b84380e6df1eb99e05c4 does NOT cause a 404 for our user (they still end up on the Default.aspx page), but this can't be good for SEO indexing.

Can somebody explain what's happening and how to fix this?
Hace 12 años
Take a look at the following post... this is not a nopCommerce issue
https://www.nopcommerce.com/boards/t/6906/nopcommerce-and-wordpress-rewrinting.aspx
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.