URL Rewriting problems in 7.0.6
-
- Ensign (ENS)
- Posts: 3
- Joined: Tue Feb 08, 2011 9:58 am
URL Rewriting problems in 7.0.6
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.
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.
- 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
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
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 Rewriting problems in 7.0.6
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.
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.
-
- Ensign (ENS)
- Posts: 3
- Joined: Tue Feb 08, 2011 9:58 am
Re: URL Rewriting problems in 7.0.6
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?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.
Re: URL Rewriting problems in 7.0.6
Then try following workaround. Open ac_StoreSettings table and then locate and adjust following settings
set SeoAllowCustomExtensions to true
set SeoAllowUrlWithoutExtension to true
set SeoAllowCustomExtensions to true
set SeoAllowUrlWithoutExtension to true
Re: URL Rewriting problems in 7.0.6
I was wondering if you can confirm this workaround worked for you or not?
-
- Ensign (ENS)
- Posts: 3
- Joined: Tue Feb 08, 2011 9:58 am
Re: URL Rewriting problems in 7.0.6
Thank you for your help! It works for us.mazhar wrote:I was wondering if you can confirm this workaround worked for you or not?
Re: URL Rewriting problems in 7.0.6
That's great. Thanks for confirmation!
-
- Ensign (ENS)
- Posts: 2
- Joined: Fri Aug 19, 2011 11:43 am
Re: URL Rewriting problems in 7.0.6
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
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