Zen Cart Logo
Forums / All Other Contributions/Addons / Ultimate SEO v3 (and v2.200) [Support Thread]

Ultimate SEO v3 (and v2.200) [Support Thread]

Views: 427,452

Results 1,181 to 1,200 of 1,706
19 Jun 2017, 12:47 PM
#1181
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Ultimate SEO v3 (and v2.200) [Support Thread]

jeking:

The .htaccess file on your server should be named .htaccess, not .htaccess.bAK

Should I copy the bAK file and combine it with the original file and delete the bAK file?

19 Jun 2017, 1:00 PM
#1182
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

Nevermind, I combined the bAK file to original file and I got it to work. Thanks anyway.

19 Jun 2017, 1:13 PM
#1183
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

wmorris:

Nevermind, I combined the bAK file to original file and I got it to work. Thanks anyway.

Now, understand that the htaccess file is itself a sort of program. When you combined the two, which set of rules went first?

Please remember that the forums are not about just helping you but also allowing others to work through similar problems. Understanding the solution and why the problem occurred can help a lot. :)

13 Jul 2017, 7:33 PM
#1184
prolight avatar

prolight

New Zenner

Join Date:
Jan 2017
Location:
Atlanta, GA
Posts:
4
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

Hoping someone can help me.

I installed Utimate URL and the installation went fine and i could see the ultimate URL option under my config page. But the URLs were not changing. Then i pinpointed it to the includes/html_output.php file and changed the HTML href link wrapper function to

  function zen_href_link($page = '', $parameters = '', $connection = 'NONSSL', $add_session_id = true, $search_engine_safe = true, $static = false, $use_dir_ws_catalog = true) {
    global $request_type, $session_started, $http_domain, $https_domain, $zco_notifier;
     // START alternative URLs patch
    global $altURLs;
    // END alternative URLs patch    
    $link = null;
    $zco_notifier->notify('NOTIFY_SEFU_INTERCEPT', array(), $link, $page, $parameters, $connection, $add_session_id, $static, $use_dir_ws_catalog);
        // START alternative URLs patch
    if(isset($altURLs)) {
      $link = $altURLs->href_link($page, $parameters, $connection, $add_session_id, $static, $use_dir_ws_catalog);
      if($link !== null) return $link;
    }
    // END alternative URLs patch 

The URLs work now but the problem now is when adding a product to cart. Adding a product to cart gives me a 403 Forbidden error.

I researched online and some suggested to modify the htaccess file in the admin folder and add a line at the end ```
e.g. SecFilterInheritance Off
or this: SecFilterScanPOST Off


Does anybody have a similar problem and a fix to it? Any help would be appreciated.

Thanks
13 Jul 2017, 8:03 PM
#1185
carlwhat avatar

carlwhat

zennedOut

Join Date:
Nov 2005
Location:
los angeles
Posts:
2,954
Plugin Contributions:
8

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

#1, look at the posting tips. specifically what version of ZC are you using, PHP version, plugins etc.

#2, changing anything on the admin when you are having a problem adding to your cart is most probably not the solution.

#3, what is the URL for your site?

#4, prior to implementing the ultimate URL, were you able to add things to the cart and then check out?

13 Jul 2017, 10:49 PM
#1186
prolight avatar

prolight

New Zenner

Join Date:
Jan 2017
Location:
Atlanta, GA
Posts:
4
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

carlwhat:

#1, look at the posting tips. specifically what version of ZC are you using, PHP version, plugins etc.

#2, changing anything on the admin when you are having a problem adding to your cart is most probably not the solution.

#3, what is the URL for your site?

#4, prior to implementing the ultimate URL, were you able to add things to the cart and then check out?

Thanks for your help,

#1 i am using zencart v1.5.5d. PHP Version 5.4.45, Database: MySQL 5.5.51-38.2. Only other plugins i have is ckeditor, COWOA.

#2 that is what i figured but i am out of ideas so just trying whatever solutions there are out there.

#3 my url is pro2a-tactical.com

#4. Yes my site was fully functioning before i installed the Ultimate URL. It is even working now as long as i turn off the feature in config. But if i turn it on, i will not be able to add to cart.

13 Jul 2017, 10:55 PM
#1187
carlwhat avatar

carlwhat

zennedOut

Join Date:
Nov 2005
Location:
los angeles
Posts:
2,954
Plugin Contributions:
8

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

can you turn it on right now so that i can see what is happening?

in addition, you should talk to your host about moving your php version to php5.6. see:

https://www.zen-cart.com/content.php?48-what-are-the-server-requirements-to-run-zen-cart

you might be able to do it on your cpanel configuration.

13 Jul 2017, 11:05 PM
#1188
carlwhat avatar

carlwhat

zennedOut

Join Date:
Nov 2005
Location:
los angeles
Posts:
2,954
Plugin Contributions:
8

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

in addition, you could turn off rewriting for the shopping cart. go to:

admin -> configuration -> ultimate seo

and on that page look for the:

Enter pages to allow rewrite

and explicitly allow certain pages, and not including the shopping cart, ie for that value add:

index, product_info, document_general_info, document_product_info, product_free_shipping_info, products_new, products_all, featured_products, specials, conditions, privacy, reviews, shippinginfo, faqs_all, site_map, gv_faq, discount_coupon, page, page_2, page_3, page_4

it "may" resolve your problem. but tough to tell unless i see the actual problem happening.

good luck!

13 Jul 2017, 11:13 PM
#1189
prolight avatar

prolight

New Zenner

Join Date:
Jan 2017
Location:
Atlanta, GA
Posts:
4
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

carlwhat:

in addition, you could turn off rewriting for the shopping cart. go to:

admin -> configuration -> ultimate seo

and on that page look for the:

Enter pages to allow rewrite

and explicitly allow certain pages, and not including the shopping cart, ie for that value add:

index, product_info, document_general_info, document_product_info, product_free_shipping_info, products_new, products_all, featured_products, specials, conditions, privacy, reviews, shippinginfo, faqs_all, site_map, gv_faq, discount_coupon, page, page_2, page_3, page_4

it "may" resolve your problem. but tough to tell unless i see the actual problem happening.

good luck!

ok i turned it on so you can see the problem. I will try your suggestion thanks for your help

13 Jul 2017, 11:35 PM
#1190
carlwhat avatar

carlwhat

zennedOut

Join Date:
Nov 2005
Location:
los angeles
Posts:
2,954
Plugin Contributions:
8

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

the problem is NOT with the shopping cart page. it is with the product info page and specifically with how the form is getting created. when you have ultimate urls turned on, the form creates an action on post of something like this:

http://pro2a-tactical.com/ar15-uppers-556223-c-1_2/16-inch-556-nato-carbine-cold-hammer-forged-upper--no-bcgch-p-30?number_of_uploads=0&action=add_product

which fails. and goes to the 403 page....

the buy now button works as demonstrated by this page:

http://pro2a-tactical.com/ar15-uppers-9mm-c-1_10/

and you go to the shopping cart.

it will require a little more digging to see why that 403 is happening. but its specifically with the posting of the form. and U Urls is somehow not properly parsing the data, and specifically the product_number. so that if the form had this action, it would work:

http://pro2a-tactical.com/ar15-uppers-556223-c-1_2/16-inch-556-nato-carbine-cold-hammer-forged-upper--no-bcgch-p-30?number_of_uploads=0&product_info=30&action=add_product

13 Jul 2017, 11:45 PM
#1191
prolight avatar

prolight

New Zenner

Join Date:
Jan 2017
Location:
Atlanta, GA
Posts:
4
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

carlwhat:

the problem is NOT with the shopping cart page. it is with the product info page and specifically with how the form is getting created. when you have ultimate urls turned on, the form creates an action on post of something like this:

http://pro2a-tactical.com/ar15-uppers-556223-c-1_2/16-inch-556-nato-carbine-cold-hammer-forged-upper--no-bcgch-p-30?number_of_uploads=0&action=add_product

which fails. and goes to the 403 page....

the buy now button works as demonstrated by this page:

http://pro2a-tactical.com/ar15-uppers-9mm-c-1_10/

and you go to the shopping cart.

it will require a little more digging to see why that 403 is happening. but its specifically with the posting of the form. and U Urls is somehow not properly parsing the data, and specifically the product_number. so that if the form had this action, it would work:

http://pro2a-tactical.com/ar15-uppers-556223-c-1_2/16-inch-556-nato-carbine-cold-hammer-forged-upper--no-bcgch-p-30?number_of_uploads=0&product_info=30&action=add_product

you are absolutely correct. But i wouldnt even know how to begin to tackle the problem. I am now trying your suggestion to just limit the pages it rewrites.

12 Aug 2017, 4:28 PM
#1192
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

hi, this release works with zc 1.5.5e? please thanks

12 Aug 2017, 8:32 PM
#1193
gunni avatar

gunni

Zen Follower

Join Date:
Aug 2010
Location:
Israel
Posts:
287
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

giuly:

hi, this release works with zc 1.5.5e? please thanks

I use Ultimate Urls 2.15 with zc 1.5.5e :wink:

14 Aug 2017, 3:54 AM
#1194
website_rob avatar

website_rob

Inactive

Join Date:
Oct 2006
Location:
Alberta, Canada
Posts:
4,572
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

gunni:

I use Ultimate Urls 2.15 with zc 1.5.5e :wink:

I'm pretty sure you meant to say: Ultimate URLs 2.215 -- yes?

14 Aug 2017, 9:25 AM
#1195
gunni avatar

gunni

Zen Follower

Join Date:
Aug 2010
Location:
Israel
Posts:
287
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

Website Rob:

I'm pretty sure you meant to say: Ultimate URLs 2.215 -- yes?

Well, the installation file says Ultimate URLs 2.15

23 Aug 2017, 2:59 PM
#1196
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

gunni:

I use Ultimate Urls 2.15 with zc 1.5.5e :wink:
thank you very much

23 Aug 2017, 3:30 PM
#1197
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

I installed it, I see the module on the admin (I did manual installation), but I don't see url modified. I also try to enable reset url cache, but it doesn't work.
Any idea? Have I to wait time?
Thanks

23 Aug 2017, 3:33 PM
#1198
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

giuly:

I installed it, I see the module on the admin (I did manual installation), but I don't see url modified. I also try to enable reset url cache, but it doesn't work.
Any idea? Have I to wait time?
Thanks

What is your web address?

23 Aug 2017, 3:37 PM
#1199
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

now it works!!! :smile:
thanks

31 Oct 2017, 12:08 AM
#1200
bumba000 avatar

bumba000

Totally Zenned

Join Date:
Feb 2007
Location:
Pennsylvania
Posts:
856
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

can this mod be used with ZC 1.5.5?

Thank you,
John