URL Rewrite
URL Rewrite
Hello,
I am running Window IIS 7 server 2008 and AC 7. Window IIS 7 has its own URL Rewrite Module, not sure what AC 7 has to offer . Which is better to use? Thanks!
I am running Window IIS 7 server 2008 and AC 7. Window IIS 7 has its own URL Rewrite Module, not sure what AC 7 has to offer . Which is better to use? Thanks!
Re: URL Rewrite
I don't know about IIS7 rewrite module but I would suggest to keep the one bundled with AbleCommerce out of the box.
Re: URL Rewrite
What URL rewriter? We can modify how the URLs are built in AC7?mazhar wrote:but I would suggest to keep the one bundled with AbleCommerce out of the box.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: URL Rewrite
I know a couple of merchants that tried using the rewrite in IIS7 to redirect from cfm pages to aspx pages, but it didn't work nearly as well as Helicon rewrite.
Also, Able has a rewrite provider in 7.0.3 on.
http://wiki.ablecommerce.com/index.php/ ... ovider_API
Also, Able has a rewrite provider in 7.0.3 on.
http://wiki.ablecommerce.com/index.php/ ... ovider_API
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Re: URL Rewrite
Hey thanks Judy, I didn't know that was there.
Have you ever done the rewrite API like that Wiki before? Is it fairly straightforward?
Have you ever done the rewrite API like that Wiki before? Is it fairly straightforward?
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
Re: URL Rewrite
Thanks for heads up! I'll give AC7 URL Rewrite a try. Question. Are there any resources on here on how to write custom rewrite rules and 301 redirect on multiple pages? Thanks, again!
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: URL Rewrite
Joe,
I haven't done it because I haven't had a compelling reason- in other word's, no one has wanted to pay for it and I've got too much to do to have time to experiment!
I haven't done it because I haven't had a compelling reason- in other word's, no one has wanted to pay for it and I've got too much to do to have time to experiment!
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Re: URL Rewrite
Read following topic about rewritesvn2479 wrote:Thanks for heads up! I'll give AC7 URL Rewrite a try. Question. Are there any resources on here on how to write custom rewrite rules and 301 redirect on multiple pages? Thanks, again!
http://wiki.ablecommerce.com/index.php/ ... ovider_API
Read following topic about 301 redirects
http://wiki.ablecommerce.com/index.php/ ... leCommerce
Re: URL Rewrite
Ok, I gave this a try but it's just not working for me ....
I added the reference to CommerceBuilder - no biggie.
I compiled the DefaultProvider.vb and the DLL goes into the /Bin/ folder as it should.
I restarted IIS each time after re-compiling.
I can see the store URL's now have -VB- in them, so I know the sample is re-working the URLs.
But I keep keeping page-not-found even with the smallest change to the code like this:
to:
The links build correctly - I can hover them and see the -JOE has been added. But clicking them just throws a page-not-found error.
What am I missing here?? This is in 7.0.5 by the way.....
I added the reference to CommerceBuilder - no biggie.
I compiled the DefaultProvider.vb and the DLL goes into the /Bin/ folder as it should.
I restarted IIS each time after re-compiling.
I can see the store URL's now have -VB- in them, so I know the sample is re-working the URLs.
But I keep keeping page-not-found even with the smallest change to the code like this:
Code: Select all
Case CatalogNodeType.Product
Return String.Format("~/{1}-VB-P{0}.aspx", nodeId, SanitizeName(name))
Code: Select all
Case CatalogNodeType.Product
Return String.Format("~/{1}-VB-P{0}-JOE.aspx", nodeId, SanitizeName(name))
What am I missing here?? This is in 7.0.5 by the way.....
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com