Page 138 of 163 FirstFirst ... 3888128136137138139140148 ... LastLast
Results 1,371 to 1,380 of 1622
  1. #1371
    Join Date
    Apr 2018
    Posts
    121
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    I am using zencart1.55F version
    I installed it
    Ultimate SEO URLs - Version: 2.216
    I turned on the pseudo-static feature, and the front end of the website shows dynamic links.

    The environment I used when installing zencart locally is php+Nginx,
    But the environment I use on my server is PHP+Apache.
    After I moved the program to the server, the pseudo-static function still did not take effect.
    I opened the error debugging, the website front desk did not prompt how to error.
    very urgent

    Name:  b.jpg
Views: 185
Size:  22.8 KB
    Last edited by jiji2018; 28 Jul 2019 at 07:33 PM.

  2. #1372
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,488
    Plugin Contributions
    88

    Default Re: Ultimate SEO 2.200+ (new features)

    The current version of USU is v3.0.1 (with a v3.0.2 pending). Versions 3.0.0 and later have no core-file changes (the plugin just "drops into" your store's file-system).

  3. #1373
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,488
    Plugin Contributions
    88

    Default Re: Ultimate SEO 2.200+ (new features)

    I've just submitted v3.0.2 of USU to the plugin moderators for review and will post back here once it's available for download.

    This release contains changes associated with the following GitHub issues:


    #22: Correct PHP warnings and notices.
    #23: Correct over-sanitization of the 'PCRE Filter Rules'.
    #24: 'Reset USU Cache' not honored (or reset in the configuration).

  4. #1374
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,690
    Plugin Contributions
    9

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by jiji2018 View Post
    I am using zencart1.55F version
    I installed it
    Ultimate SEO URLs - Version: 2.216
    I turned on the pseudo-static feature, and the front end of the website shows dynamic links.

    The environment I used when installing zencart locally is php+Nginx,
    But the environment I use on my server is PHP+Apache.
    After I moved the program to the server, the pseudo-static function still did not take effect.
    I opened the error debugging, the website front desk did not prompt how to error.
    very urgent

    Name:  b.jpg
Views: 185
Size:  22.8 KB
    ideally your development environment should closely mirror your production environment.

    serving up pages with nginx on one, and apache on the other is nowhere close to that ideal environment and one where i see numerous potential problems down the line. such as the one you are experiencing here.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  5. #1375
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,488
    Plugin Contributions
    88

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by lat9 View Post
    I've just submitted v3.0.2 of USU to the plugin moderators for review and will post back here once it's available for download.

    This release contains changes associated with the following GitHub issues:


    #22: Correct PHP warnings and notices.
    #23: Correct over-sanitization of the 'PCRE Filter Rules'.
    #24: 'Reset USU Cache' not honored (or reset in the configuration).
    Now available for download: https://www.zen-cart.com/downloads.php?do=file&id=132

  6. #1376
    Join Date
    Aug 2004
    Posts
    762
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200 [Support Thread]

    I have a question which hopefully can be answered.

    We love the Ultimate URL module and have been using it for years. However, the default Product Page format seems to be something like this:

    www.domainname.com/name-of-page-p-1234.html

    However, we would like to only display the product ID in this simplified format:

    www.domainname.com/1234

    Can someone explain what line(s) I would have to add or modify in the .htaccess file to do this? Or would that break the core functionality of the Ultimate URL module?

  7. #1377
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,488
    Plugin Contributions
    88

    Default Re: Ultimate SEO 2.200 [Support Thread]

    @Jeff_Mash, how do you envision the URL when a view of a products' listing is requested? Having only the products_id, as identified above, to specify the display of a product's details leaves nothing to distinguish a products_id from a categories_id.

    There would be a fair amount of change in USU, most if not all within /includes/classes/usu.php, to accomplish what you desire. Look at how the reg_anchors variable (defined in the constructor) is used. That's what ties the supplied URL to a determinable page within the Zen Cart structure.

  8. #1378
    Join Date
    Aug 2004
    Posts
    762
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200 [Support Thread]

    Quote Originally Posted by lat9 View Post
    @Jeff_Mash, how do you envision the URL when a view of a products' listing is requested? Having only the products_id, as identified above, to specify the display of a product's details leaves nothing to distinguish a products_id from a categories_id.

    There would be a fair amount of change in USU, most if not all within /includes/classes/usu.php, to accomplish what you desire. Look at how the reg_anchors variable (defined in the constructor) is used. That's what ties the supplied URL to a determinable page within the Zen Cart structure.
    That's a good point. I didn't consider what could distinguish the category from the product. I was only thinking that perhaps it was the .htaccess file which would know what the original URL was (with category or product id) and then spit out the formatted URL for better SEO rankings.

    We notice a lot of our competitors have very short URLS, which only reference a product id number (no file name, no extension) after the domain name. So I was thinking it might be a simple change in the htaccess to display the URL in that kind of format. We certainly don't want to break anything though by messing with things if it involves changing the USU class.
    - Jeff

  9. #1379
    Join Date
    Mar 2009
    Location
    Essex, UK
    Posts
    446
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200 [Support Thread]

    Hi

    We use Ultimate URLS on our website https://sitstandforbusiness.com How can I force https:// URLs? can I do it via Ultimate URLs.

    I have ssl as true in both configure files but it keesp reverting back to http://

    Please help.
    Debbie Harrison
    DVH Design | Web Design blog

  10. #1380
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,557
    Plugin Contributions
    28

    Default Re: Ultimate SEO 2.200 [Support Thread]

    Quote Originally Posted by dharrison View Post
    Hi

    We use Ultimate URLS on our website https://sitstandforbusiness.com How can I force https:// URLs? can I do it via Ultimate URLs.

    I have ssl as true in both configure files but it keesp reverting back to http://

    Please help.
    I checked your site and all the links I see are https

 

 

Similar Threads

  1. Ultimate Fade-In Slidehow Support thread
    By outeredge2 in forum All Other Contributions/Addons
    Replies: 158
    Last Post: 4 Feb 2017, 03:10 AM
  2. Ultimate Cross Sell [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 239
    Last Post: 17 May 2015, 03:25 AM
  3. Ultimate Content Glider [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 4 Sep 2012, 05:16 AM
  4. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR