Page 154 of 163 FirstFirst ... 54104144152153154155156 ... LastLast
Results 1,531 to 1,540 of 1622
  1. #1531
    Join Date
    Jun 2007
    Location
    Texas, USA
    Posts
    1,400
    Plugin Contributions
    1

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by lat9 View Post
    Short answer, remove that index.html file from your root directory. What function is it providing (it's not a 'stock' Zen Cart file)?
    Yes, I know! Remove the file.... LOL! I had the file there redirecting people to another place to purchase my items until a website was built. But still not good to be picking it up. Thank you!

  2. #1532
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,670
    Plugin Contributions
    1

    Default Re: Ultimate SEO 2.200+ (new features)

    v1.5.5f USU v3.08 SitemapXML v 3.9.5

    I believe there was a fix for this some time back but for the life of me I cannot find it anywhere in this forum or sitemapxml forum.

    sitemapproducts.xml is producing article links from images/large/category with the _LRG suffix ... the problem is that my images are not in images/large ... they reside in images/category .... needless to say Google cannot find these images which is not condusive to good SEO.

    so image links are looking like this
    /images/large/tol/clip-on-earrings-419_LRG.gif
    but should be
    /images/tol/clip-on-earrings-419.gif

    I cannot recall but I think the fix suggested a modification to a file in USU .... any assistance greatly appreciated.

    cheers,
    Mike

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

    Default Re: Ultimate SEO 2.200+ (new features)

    Mike, why is this posted in the USU support-thread instead of that for IH-5 (https://www.zen-cart.com/showthread....Support-Thread)?

    The update required for the IH-5 integration with SitemapXML is documented on the front page of the IH-5 readme.

  4. #1534
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,670
    Plugin Contributions
    1

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by lat9 View Post
    Mike, why is this posted in the USU support-thread instead of that for IH-5 (https://www.zen-cart.com/showthread....Support-Thread)?

    The update required for the IH-5 integration with SitemapXML is documented on the front page of the IH-5 readme.
    Many thanks Cindy - I didn't realize (or more likely had forgotten) that IH controlled that aspect of sitemapxml.

    cheers, Mike

  5. #1535
    Join Date
    Apr 2011
    Posts
    1
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    Greetings zen-friends.
    I have installed the ultimate URL module and works very good.
    One of the issues I have is:
    when my link has
    "0.5" I need it to be shown as "0.5"
    "-" dash I need to keep the "-"dash
    "." I need to keep the "." period
    "A - Z" capitals I need to keep the capitals in the link.
    Any help is much appreciated.

  6. #1536
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,687
    Plugin Contributions
    9

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by sigatek View Post
    Greetings zen-friends.
    I have installed the ultimate URL module and works very good.
    One of the issues I have is:
    when my link has
    "0.5" I need it to be shown as "0.5"
    "-" dash I need to keep the "-"dash
    "." I need to keep the "." period
    "A - Z" capitals I need to keep the capitals in the link.
    Any help is much appreciated.
    i'm thinking you will need to modify code in this area:

    https://github.com/lat9/usu/blob/457...php#L970-L1018

    commenting out line 1007 and 1009 should address your capitalization issues.

    the period and dash are no doubt in 982 - 1004.

    best.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  7. #1537
    Join Date
    Dec 2008
    Posts
    62
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    Setting up the .htaccess file is intimidating me into inaction.
    Im not sure what to do with these instructions:
    Open up and edit the supplied sample ".htaccess" file with a plaintext editor (such as notepad). Adjust the Apache directives (especially RewriteBase) as needed for the web server where Zen Cart is installed.
    The hashed out instructions in the sample .htaccess say to match what is in your configure.php

    my configure.php looks like
    Code:
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/');
    define('DIR_FS_CATALOG', '/home/kayak/public_html/');
    So does that mean my .htaccess file should look like this?

    Code:
    ##################################
    #RewriteBase /shop/
    //
    ####################

    My existing htaccess file currently active on my site has the first line
    Code:
    RewriteOptions inherit

    Should that be pasted into the top of the new htaccess sample or should that not be carried over?

  8. #1538
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,478
    Plugin Contributions
    88

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by angst View Post
    Setting up the .htaccess file is intimidating me into inaction.
    Im not sure what to do with these instructions:


    The hashed out instructions in the sample .htaccess say to match what is in your configure.php

    my configure.php looks like
    Code:
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/');
    define('DIR_FS_CATALOG', '/home/kayak/public_html/');
    So does that mean my .htaccess file should look like this?

    Code:
    ##################################
    #RewriteBase /shop/
    //
    ####################

    My existing htaccess file currently active on my site has the first line
    Code:
    RewriteOptions inherit

    Should that be pasted into the top of the new htaccess sample or should that not be carried over?
    .htaccess files can be quite intimidating. Be sure to make a copy of your current file so that you can quickly revert if you receive a dreaded Server 500 message.

    I believe that you can safely edit (after making that copy!) the current .htaccess, simply appending all the directives present in USU's as-delivered version.

  9. #1539
    Join Date
    Jun 2007
    Location
    Eustis, Florida, USA, EARTH
    Posts
    836
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    OK, I give up. Why does the install ask us to copy the plugin to a temp directory, then copy from the temp dir to the store directory?

  10. #1540
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,478
    Plugin Contributions
    88

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by pixelpadre View Post
    OK, I give up. Why does the install ask us to copy the plugin to a temp directory, then copy from the temp dir to the store directory?
    From the readme:

    The location "/temp" in this section refers to the temporary location where the zip-file distribution for Ultimate URLs has been extracted.

 

 

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