URL Rewrites

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
trozzi
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 104
Joined: Wed Oct 05, 2005 4:44 pm
Contact:

URL Rewrites

Post by trozzi » Mon Jun 02, 2008 8:32 am

There used to be a handler in web.config in 5.5

Where in 7.0 do you create rewrite rules?

thanks

t

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Re: URL Rewrites

Post by Logan Rhodehamel » Mon Jun 02, 2008 10:18 am

In AC55 we had designed a generic rule rewriter that worked with rules from the web.config. In AC7, we simplified this code to improve performance by only working with a single fixed rewrite rule. We no longer use a generic rule processor that can be modified.

There are a multitude of free rewrite components available for ASPNET if you need to enable this kind of processing.
Cheers,
Logan
Image.com

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.

Post Reply