URL Rewriting problems in 7.0.6

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
vitaly.aksionchyk
Ensign (ENS)
Ensign (ENS)
Posts: 3
Joined: Tue Feb 08, 2011 9:58 am

URL Rewriting problems in 7.0.6

Post by vitaly.aksionchyk » Tue Feb 08, 2011 10:51 am

We've implemented custom url rewriting mechanism. Common idea is we want to create URLs like http://hostname/Category1/Category2/ProductName or http://hostname/Category1/Category2. It works correctly in AC 7.0.5. Later we've migrated to new version of the AC 7.0.6. Unfortunately our custom module doesn't work with folders but if I added .asp at the of the URL url rewriter can process it.
Could you please explain why custom Url Rewiter doesn't process folders but it worked in previous version of the AC?

Thank you for any help.
PS. IIS is right configured.

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: URL Rewriting problems in 7.0.6

Post by jmestep » Wed Feb 09, 2011 7:09 am

It's possibly because 7.0.6 has new features for custom urls that are affecting your custom module.
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

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: URL Rewriting problems in 7.0.6

Post by mazhar » Thu Feb 10, 2011 6:28 am

Yes Judy is right. We implemented custom URLs feature in 7.0.6 where one can use extension less URLs as well. I think there are some points which might be getting in the way of your custom URL rewrite module. Please try following steps.

1- Take backup of your web.config file
2- Go to Administration > Configure > SEO > Settings and then under Custom Extensions if you see a button called ENABLE AUTOMATICALLY, it means integrated pipeline mode is not available. Click this button to enable it. You might not see this screen if you have already enabled integrated mode.

3- Now after enabling the integrated pipeline mode you will be seeing custom extensions option screen. I believe these are the settings getting in the way of your custom rewrite module. Here make sure that Allow URLs Without Extensions checkbox is checked. I think that will fix the issue you are having.

vitaly.aksionchyk
Ensign (ENS)
Ensign (ENS)
Posts: 3
Joined: Tue Feb 08, 2011 9:58 am

Re: URL Rewriting problems in 7.0.6

Post by vitaly.aksionchyk » Thu Feb 10, 2011 10:03 am

mazhar wrote:Yes Judy is right. We implemented custom URLs feature in 7.0.6 where one can use extension less URLs as well. I think there are some points which might be getting in the way of your custom URL rewrite module. Please try following steps.

1- Take backup of your web.config file
2- Go to Administration > Configure > SEO > Settings and then under Custom Extensions if you see a button called ENABLE AUTOMATICALLY, it means integrated pipeline mode is not available. Click this button to enable it. You might not see this screen if you have already enabled integrated mode.

3- Now after enabling the integrated pipeline mode you will be seeing custom extensions option screen. I believe these are the settings getting in the way of your custom rewrite module. Here make sure that Allow URLs Without Extensions checkbox is checked. I think that will fix the issue you are having.
Thank you for answer. Unfortunately, our application uses Classic ASP.NET mode. And we can't change this settings. Do you have any ideas how we can solve our problem?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: URL Rewriting problems in 7.0.6

Post by mazhar » Thu Feb 10, 2011 10:30 am

Then try following workaround. Open ac_StoreSettings table and then locate and adjust following settings
set SeoAllowCustomExtensions to true
set SeoAllowUrlWithoutExtension to true

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: URL Rewriting problems in 7.0.6

Post by mazhar » Tue Feb 15, 2011 6:06 am

I was wondering if you can confirm this workaround worked for you or not?

vitaly.aksionchyk
Ensign (ENS)
Ensign (ENS)
Posts: 3
Joined: Tue Feb 08, 2011 9:58 am

Re: URL Rewriting problems in 7.0.6

Post by vitaly.aksionchyk » Fri Feb 18, 2011 1:18 am

mazhar wrote:I was wondering if you can confirm this workaround worked for you or not?
Thank you for your help! It works for us.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: URL Rewriting problems in 7.0.6

Post by mazhar » Fri Feb 18, 2011 4:45 am

That's great. Thanks for confirmation!

rickad12345
Ensign (ENS)
Ensign (ENS)
Posts: 2
Joined: Fri Aug 19, 2011 11:43 am

Re: URL Rewriting problems in 7.0.6

Post by rickad12345 » Fri Aug 19, 2011 11:55 am

Hello: Is commercebuilder required to rewrite URL's? Also, has anyone had any SEO issues from switch.
I am converting a custom shopping cart, bridepower.com to Able 7.0.7 build 14481. I am worried about SEO and want to keep
For my old website I have 3 dropdowns; Designer/Silhouett/Neckline

URL structure the same. My current URL's look like this as drill down occurs:
http://www.bridepower.com/wedding-gown- ... sults.aspx - General search no criteria

Drill down after searching on 1 category: Designer=Pronovias- Notice Aline is in URL but not in search criterri
http://www.bridepower.com/wedding-gown/Pronovias.aspx > http://www.bridepower.com/Pronovias/Aline/2075/gd.aspx (final product Page)

when 2 criterii entered Designer=Pronovias, Silhoutte=Aline
http://www.bridepower.com/wedding-gown/ ... Aline.aspx -

# criterii -Designer=Pronovias, Silhoutte=Aline Neckline=Spaghetti-Strapless
http://www.bridepower.com/wedding-gown/ ... pless.aspx

Thank you

Post Reply