Thread: SitemapXML v.2

Page 170 of 222 FirstFirst ... 70120160168169170171172180220 ... LastLast
Results 1,691 to 1,700 of 2213
  1. #1691
    Join Date
    Aug 2009
    Location
    UK
    Posts
    71
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    HI there

    I have just converted a site to https
    when the sitemap is generated it still generated http sitemap entries!
    Can someone advise how this can be modified so the entries are https?
    here is an example https://www.saving-light-bulbs.co.uk...approducts.xml

    Regards

    Paul

  2. #1692
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

    Default Re: SitemapXML v.2

    Quote Originally Posted by ptowers49 View Post
    HI there

    I have just converted a site to https
    when the sitemap is generated it still generated http sitemap entries!
    Can someone advise how this can be modified so the entries are https?
    here is an example https://www.saving-light-bulbs.co.uk...approducts.xml

    Regards

    Paul
    Have you regenerated your site maps since converting your store to https?
    Which version of XML sitemapo are you using?
    How did you convert your store to https?

    I have this on a few sites with https and it is generating htts urls in the sitemap files.

  3. #1693
    Join Date
    Aug 2009
    Location
    UK
    Posts
    71
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Quote Originally Posted by jeking View Post
    Have you regenerated your site maps since converting your store to https?
    Which version of XML sitemapo are you using?
    How did you convert your store to https?

    I have this on a few sites with https and it is generating htts urls in the sitemap files.
    I have just upgraded to v 3.9.1
    I converted the store by using just specifying https in the config files and the following code in .htaccess
    RewriteCond %{HTTP:X-Forwarded-Proto} !https
    RewriteCond %{HTTPS} off
    RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

    I have a wordpress blog on the site and this is now generating https urls in the sitemap but the zencart ones are http as per the link https://www.saving-light-bulbs.co.uk...approducts.xml

    Have you any ideas and a link showing https urls?

  4. #1694
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

    Default Re: SitemapXML v.2

    Quote Originally Posted by ptowers49 View Post
    I have just upgraded to v 3.9.1
    I converted the store by using just specifying https in the config files and the following code in .htaccess
    RewriteCond %{HTTP:X-Forwarded-Proto} !https
    RewriteCond %{HTTPS} off
    RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

    I have a wordpress blog on the site and this is now generating https urls in the sitemap but the zencart ones are http as per the link https://www.saving-light-bulbs.co.uk...approducts.xml

    Have you any ideas and a link showing https urls?
    What version of Zen Cart. I see an http reference in your source code:
    <link rel="canonical" href="http://www.saving-light-bulbs.co.uk/light-fittings" />

    and mix-content warnings, although this is likely unrelated to this issue, but should be resolved either way.

  5. #1695
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: SitemapXML v.2

    Hi,
    Quote Originally Posted by ptowers49 View Post
    HI there

    I have just converted a site to https
    when the sitemap is generated it still generated http sitemap entries!
    Can someone advise how this can be modified so the entries are https?
    here is an example https://www.saving-light-bulbs.co.uk...approducts.xml
    View source code https://www.saving-light-bulbs.co.uk/
    All links to products/categories and other non-secret page are 'http://', none 'https://'.
    Correct store configuration (config file). It must be like this:
    PHP Code:
      // HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
      // HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
      
    define('HTTP_SERVER''https://www.saving-light-bulbs.co.uk/');
      
    define('HTTPS_SERVER''https://www.saving-light-bulbs.co.uk/');

      
    // Use secure webserver for checkout procedure?
      
    define('ENABLE_SSL''true'); 

  6. #1696
    Join Date
    Aug 2009
    Location
    UK
    Posts
    71
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Quote Originally Posted by a_berezin View Post
    Hi,

    View source code https://www.saving-light-bulbs.co.uk/
    All links to products/categories and other non-secret page are 'http://', none 'https://'.
    Correct store configuration (config file). It must be like this:
    PHP Code:
      // HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
      // HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
      
    define('HTTP_SERVER''https://www.saving-light-bulbs.co.uk/');
      
    define('HTTPS_SERVER''https://www.saving-light-bulbs.co.uk/');

      
    // Use secure webserver for checkout procedure?
      
    define('ENABLE_SSL''true'); 
    Yes that's the answer thankyou.
    For some reason Firezilla had not overwritten so I moved the file locally deleted the original and uploaded

  7. #1697
    Join Date
    Mar 2015
    Posts
    165
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Hi. I have installed 3.9.1 on 1.5.4. I am missing the text in the admin configuration side? I have checked and double checked. Note that this is an upgrade.

    TEXT_CONFIGURATION_TITLE_SITEMAPXML_VERSION 3.9.1
    TEXT_CONFIGURATION_TITLE_SITEMAPXML_DIR_WS sitemap Info
    TEXT_CONFIGURATION_TITLE_SITEMAPXML_SITEMAPINDEX sitemap Info
    TEXT_CONFIGURATION_TITLE_SITEMAPXML_COMPRESS false Info
    TEXT_CONFIGURATION_TITLE_SITEMAPXML_EXECUTION_TOKEN Info
    TEXT_CONFIGURATION_TITLE_SITEMAPXML_LASTMOD_FORMAT full Info
    TEXT_CONFIGURATION_TITLE_SITEMAPXML_USE_EXISTING_FILES true Info
    TEXT_CONFIGURATION_TITLE_SITEMAPXML_USE_ONLY_DEFAULT_LANGUAGE true Info
    TEXT_CONFIGURATION_TITLE_SITEMAPXML_USE_LANGUAGE_PARM true Info
    TEXT_CONFIGURATION_TITLE_SITEMAPXML_CHECK_DUPLICATES true

    Also I have CHMOD the root file to 777, the sitemap directory to 777 and the files inside it minus the htaccess file to 777.

    I have over 30k products. This is the issues I am getting.

    ViewTruncateDelete
    sitemap/sitemapcategories.xml open sitemap in new window 584924 10/12/2016 16:14:40 0777 UrlSet 2944 ViewTruncateDelete
    sitemap/sitemapezpages.xml open sitemap in new window 3445 10/12/2016 16:14:40 0777 UrlSet 19 ViewTruncateDelete
    sitemap/sitemapmainpage.xml open sitemap in new window 688 10/12/2016 16:14:40 0777 UrlSet 1 ViewTruncateDelete
    sitemap/sitemapmanufacturers.xml open sitemap in new window 78137 10/12/2016 16:14:40 0777 UrlSet 405 ViewTruncateDelete
    sitemap/sitemapproducts.xml open sitemap in new window 1406223 10/12/2016 16:14:48 0777 UrlSet 5000 ViewTruncateDelete
    sitemap/sitemapproducts000.xml open sitemap in new window 1402250 10/12/2016 16:14:57 0777 UrlSet 5000 ViewTruncateDelete
    sitemap/sitemapproducts001.xml open sitemap in new window 1513024 10/12/2016 16:15:06 0777 UrlSet 5000 ViewTruncateDelete
    sitemap/sitemapproducts002.xml open sitemap in new window 1371737 10/12/2016 16:15:15 0777 UrlSet 5000 ViewTruncateDelete
    sitemap/sitemapproducts003.xml open sitemap in new window 1269548 10/12/2016 16:15:28 0777 Undefined!!!

    Thank you for your time.

  8. #1698
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: SitemapXML v.2

    Quote Originally Posted by travbacon View Post
    I am missing the text in the admin configuration side
    That symptom is always that the necessary language file isn't installed.
    For the Admin, it should have been put into the /your-admin-foldername/includes/languages/english/ directory.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #1699
    Join Date
    Mar 2015
    Posts
    165
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Quote Originally Posted by DrByte View Post
    That symptom is always that the necessary language file isn't installed.
    For the Admin, it should have been put into the /your-admin-foldername/includes/languages/english/ directory.
    Yes. It is there. Thank you.

  10. #1700
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: SitemapXML v.2

    I haven't studied the installer for this plugin, but perhaps the language file was missing when the plugin's "install" was done, and so instead of putting the actual defined values into the configuration menu names it put in the uppercase constant names instead? To fix that one could run the plugin's uninstall sql script (if it has one) to remove all its related settings, and then re-run its installer to set it up again.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

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