Thread: SitemapXML v.2

Page 32 of 222 FirstFirst ... 2230313233344282132 ... LastLast
Results 311 to 320 of 2213
  1. #311
    Join Date
    Aug 2009
    Posts
    59
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Hi,

    recently I changed my shop to have 2 separate domains for 2 languages by copying my installation and uploading the copy to an addon domain directory. The sitemapXML has already been installed before that separation.

    The problem is that the urls in the sitemap of my addon domain are the urls of my root domain. Eg. in my www.mydomain.com/sitemapezpages.xml. there are only www.myaddondomain.com Urls.

    Has anybody an idea how to fix or am I supposed to reinstall the sitemapXML?

  2. #312
    Join Date
    Aug 2009
    Posts
    59
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    The problem is that the urls in the sitemap of my addon domain are the urls of my root domain. Eg. in my www.mydomain.com/sitemapezpages.xml. there are only www.myaddondomain.com Urls.
    Of course I mean in my www.myaddondomain.com/sitemapezpages.xml. there are only www.mydomain.com Urls

  3. #313
    Join Date
    Jun 2008
    Posts
    165
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Quote Originally Posted by bobthemolder View Post
    AFAIK, you can only have 1 .htaccess

    Sometimes multiple will get created when you make backups, but you should find the right/active one and delete the rest.

    Wordpress shouldn't be doing anything to your .htaccess unless it's in the same directory.

    Got a note back from host.

    They pointed out some Wordpress text within the /public_html/.htaccess so I removed that text and left the script.

    If we are only suppose to have one htaccess file, then any idea what all these others are, and if they are necessary..

    Is having so many likely causing the problem ? Does Google get confused ?


    /public_html/.htaccess

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>


    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    /public_html/taogemst_myzencart/images/uploads

    # $Id: .htaccess 1105 2005-04-04 22:05:35Z birdbrain $
    #
    # This is used with Apache WebServers
    # The following blocks direct HTTP requests in this directory recursively
    #
    # For this to work, you must include the parameter 'Limit' to the AllowOverride configuration
    #
    # Example:
    #
    #<Directory "/usr/local/apache/htdocs">
    # AllowOverride Limit
    #
    # 'All' with also work. (This configuration is in your apache/conf/httpd.conf file)
    #
    # This does not affect PHP include/require functions
    #
    # Example: http://server/catalog/includes/application_top.php will not work
    <Files *>
    Order Deny,Allow
    Deny from all
    </Files>

    /public_html/taogemst_myzencart/googlecheckout/logs/.htaccess

    # $Id: .htaccess 2856 2007-06-08 00:42:19Z Ropu $
    #
    # This is used with Apache WebServers
    # The following blocks direct HTTP requests in this directory recursively
    #
    # This will prevent access to logs from the web

    <Files *.log>
    Order Deny,Allow
    Deny from all
    Allow from localhost
    </Files>

    /public_html/taogemst_myzencart/includes/.htaccess

    # $Id: .htaccess 1105 2005-04-04 22:05:35Z birdbrain $
    #
    # This is used with Apache WebServers
    # The following blocks direct HTTP requests in this directory recursively
    #
    # For this to work, you must include the parameter 'Limit' to the AllowOverride configuration
    #
    # Example:
    #
    #<Directory "/usr/local/apache/htdocs">
    # AllowOverride Limit
    #
    # 'All' with also work. (This configuration is in your apache/conf/httpd.conf file)
    #
    # This does not affect PHP include/require functions
    #
    # Example: http://server/catalog/includes/application_top.php will not work
    <Files *.php>
    Order Deny,Allow
    Deny from all
    </Files>

    /public_html/taogemst_myzencart/includes/modules/payment/linkpoint_api/.htaccess

    # Prevent unauthorized access to your private .PEM file

    <Files ~ "\.(pem)$">
    Order allow,deny
    Deny from all
    </Files>

    /home/taogemst/public_html/taogemst_myzencart/includes/classes/support/.htaccess

    # $Id: .htaccess 1105 2005-04-04 22:05:35Z birdbrain $
    #
    # This is used with Apache WebServers
    # The following blocks direct HTTP requests in this directory recursively
    #
    # For this to work, you must include the parameter 'Limit' to the AllowOverride configuration
    #
    # Example:
    #
    #<Directory "/usr/local/apache/htdocs">
    # AllowOverride Limit
    #
    # 'All' with also work. (This configuration is in your apache/conf/httpd.conf file)
    #
    # This does not affect PHP include/require functions
    #
    # Example: http://server/catalog/includes/application_top.php will not work

    <Files *.php>
    Order Deny,Allow
    Deny from all
    </Files>

    /public_html/taogemst_myzencart/cache/.htaccess

    #prevent directory browsing -- for security
    IndexIgnore */*
    <Limit GET POST PUT>
    Order Allow,Deny
    Deny from All
    </Limit>

    /public_html/taogemst_myzencart/pub/.htaccess

    #prevent directory browsing -- for security
    IndexIgnore */*
    Options +FollowSymLinks -Indexes


    /public_html/taogemst_myzencart/extras/htaccess_for_page_not_found_redirects.htaccess

    # replace www.MYSITE.COM with your website address.
    # be sure to add any extra paths required to locate the index.php
    # then relocate this file to the root of your store's folders, and rename it as .htaccess

    ErrorDocument 404 http://www.MYSITE.COM/index.php?main...page_not_found

    /public_html/taogemst_myzencart/editors/.htaccess

    #prevent directory browsing -- for security
    IndexIgnore */*

    /public_html/taogemst_myzencart/admin/htaccess.php

    # $Id: .htaccess 1105 2005-04-04 22:05:35Z birdbrain $
    #
    # This is used with Apache WebServers
    #
    # For this to work, you must include the parameter 'Options' to
    # the AllowOverride configuration
    #
    # Example:
    #
    # <Directory "/usr/local/apache/htdocs">
    # AllowOverride Options
    # </Directory>
    #
    # 'All' with also work. (This configuration is in the
    # apache/conf/httpd.conf file)
    # The following makes adjustments to the SSL protocol for Internet
    # Explorer browsers
    <IfModule mod_setenvif.c>
    <IfDefine SSL>
    SetEnvIf User-Agent ".*MSIE.*" \
    nokeepalive ssl-unclean-shutdown \
    downgrade-1.0 force-response-1.0
    </IfDefine>
    </IfModule>
    # Fix certain PHP values
    #<IfModule mod_php4.c>
    # php_value session.use_trans_sid 0
    # php_value register_globals 1
    #</IfModule>
    # to turn off register_globals
    # php_value register_globals 0

    /public_html/taogemst_myzencart/admin/includes/.htaccess

    # $Id: .htaccess 2996 2006-02-09 00:42:17Z drbyte $
    #
    # This is used with Apache WebServers
    # The following blocks direct HTTP requests in this directory recursively
    #
    # This does not affect PHP include/require functions
    #
    # Example: direct access to http://server/admin/includes/application_top.php will not work with the following installed

    <Files *.php>
    Order Deny,Allow
    Deny from all
    Allow from localhost
    </Files>

    /public_html/taogemst_myzencart/download/.htaccess

    #prevent directory browsing -- for security
    IndexIgnore */*
    AuthType Basic
    AuthName "No access"
    AuthUserFile .htnopasswd
    AuthGroupFile /dev/null
    Require valid-user

  4. #314
    Join Date
    Jun 2008
    Posts
    165
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Quote Originally Posted by bobthemolder View Post
    AFAIK, you can only have 1 .htaccess

    Sometimes multiple will get created when you make backups, but you should find the right/active one and delete the rest.

    Wordpress shouldn't be doing anything to your .htaccess unless it's in the same directory.

    Ok... I have deleted all the htaccess files except for the /public_html/.htaccess

    Sitemaps are back to normal..

    I had hoped that by fixing this that my items might start to show up within Google Products, but not ..... !

    Any hooo.. Thank you

  5. #315
    Join Date
    Feb 2009
    Posts
    354
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Is anyone getting their titles duplicated in google searches? It's just happening for the products so I can't tell if it is because of this mod or the 'google base' mod.

    To clarify; for example if you search 'zen cart' and get this result -

    Zen Cart(tm) Tutorials and FAQs
    Where to find the Zen Cart switches and controls. How to set up categories and products, using the other features of Zen Cart. ...
    www.zen-cart.com/tutorials/ - Cached - Similar
    mine would be:

    Zen Cart(tm) Tutorials and FAQs Zen Cart(tm) Tutorials and FAQs
    Where to find the Zen Cart switches and controls. How to set up categories and products, using the other features of Zen Cart. ...
    www.zen-cart.com/tutorials/ - Cached - Similar
    If anyone has experience of this problem or feels that they can suggest a fix please do.

    _thanks

  6. #316
    Join Date
    Jun 2008
    Posts
    165
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Quote Originally Posted by g_force View Post
    Is anyone getting their titles duplicated in google searches? It's just happening for the products so I can't tell if it is because of this mod or the 'google base' mod.

    To clarify; for example if you search 'zen cart' and get this result -



    mine would be:



    If anyone has experience of this problem or feels that they can suggest a fix please do.

    _thanks

    I am not seeing this.. But..

    Something very odd.. When I coppied a clickable link for a product title within my Zencart and then pasted it into Google to search, it would paste double.

    No longer doing it now..

  7. #317
    Join Date
    Jan 2006
    Posts
    10
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    I've just tried to install this mod. SQL patch ran fine, no errors. I am seeing the link to Admin/Configuration/Sitemap XML, but I don't have a link to Admin/Tools/Google XML Sitemap as described in the readme.txt.

    Has anyone else had this problem?

    I'm running the latest version of Zen Cart (v1.3.8a/v1.3.8) and downloaded latest version of SitemapXML (2.1.0)

  8. #318
    Join Date
    May 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Has anyone added the manufacturers to the sitemap? If so would you be willing to share the addon? Thanks

  9. #319
    Join Date
    Feb 2009
    Posts
    354
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Originally Posted by g_force View Post
    Is anyone getting their titles duplicated in google searches? It's just happening for the products so I can't tell if it is because of this mod or the 'google base' mod.

    To clarify; for example if you search 'zen cart' and get this result -



    mine would be:



    If anyone has experience of this problem or feels that they can suggest a fix please do.

    _thanks
    Quote Originally Posted by taogem View Post
    I am not seeing this.. But..

    Something very odd.. When I coppied a clickable link for a product title within my Zencart and then pasted it into Google to search, it would paste double.

    No longer doing it now..
    anyone else then??

    _thanks

  10. #320
    Join Date
    Mar 2004
    Posts
    883
    Plugin Contributions
    1

    Default Re: SitemapXML v.2

    This one has me stumped.
    The remote server's sitemapcategories.xml does not have <lastmod></lastmod> tags.

    LOCAL:
    Mapped distribution files to local site folders; ran sql patch.
    Changed product sort order in config.
    Changed category changefreq to monthly.
    Everything is fine.

    REMOTE:
    Mapped local site to remote server; ran remote sql patch.
    Changed product sort order in config.
    Changed category changefreq to monthly.
    Everything LOOKED fine.

    But, one report (1 out of 4) has a problem.
    The remote server's sitemapcategories.xml does not have <lastmod></lastmod> tags.

    The remote server's sitemapproducts.xml has <lastmod></lastmod> tags and data.
    The local server's sitemapproducts.xml AND sitemapcategories.xml have <lastmod></lastmod> tags and data.

    The local and remote categories tables are identical; confirmed by comparing sql dumps.

    Why would the same programs produce, on the remote server, last modified date info for products, but not categories?
    Why would the same categories tables have last modified data in local sitemapcategories.xml report but not on the remote report?

    It isn't logical.
    Could there be something buried in the code?

    Juxi

 

 

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