Rank: Member
Joined: 8/16/2007(UTC) Posts: 12
|
For some reason, I get a 404 error when adding a rewrite URL without the .aspx extension. It was working fine but I am not sure what happened...can't figure it out. With the .aspx extension, rewrite URL works normally.
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
That's how IIS 6 works. Without the .aspx extension IIS never hands the request off to ASP.NET, so the rewrite never happens. You can do extension-less rewritting with an ISAPI filter like ASAPI Rewrite , but you will need to manage your URL's outside of the BV admin. I believe IIS 7, which comes with Windows Server 2008, allows you to set ASP.NET to process extension-less requests.
Aaron |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.