osCmax v2.5 User Manual
Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Ultimate SEO Urls 5

This is a discussion on Ultimate SEO Urls 5 within the Bugs and Problems forums, part of the osCmax V2.5 Forums category; OsCMax 2.5 RC2 PHP Version 5.2.17 Linux 2.6.18-238.19.1.el5PAE MySQL 5.0.92-log Chrome 16.0.912.77 m OK Here goes: I use osCMax on ...

      
  1. #1
    Member
    Join Date
    Jul 2011
    Location
    Atlanta, GA USA
    Posts
    85
    Rep Power
    1


    Default Ultimate SEO Urls 5 (Resolved)

    OsCMax 2.5 RC2
    PHP Version 5.2.17
    Linux 2.6.18-238.19.1.el5PAE
    MySQL 5.0.92-log
    Chrome 16.0.912.77 m

    OK Here goes:

    I use osCMax on other stores and have zero problems with SEF Urls. The two major differences are 1) the other stores are in the root directory and this one is in a directory "/store" and 2) the others are hosted on 1and1 and this one is GoDaddy.

    I get 404 errors on every page I attempt to access when Enable SEO URLs 5? = TRUE

    And the system does not seem to be creating/updating that cache file in modules/ ultimate_seo_urls5/cache dir.

    As always any help would be greatly appreciated (FYI--I am still having problems with the Feedmachine and Google Sitemap Generator which run smooth on other two referenced sites)

    Here is my .htaccess file:
    Code:
    #$Id: .htaccess.new 1020 2011-01-07 01:18:29Z michael.oscmax@gmail.com $
    #
    #  osCmax e-Commerce
    #  http://www.oscmax.com
    #
    #  Copyright 2000 - 2011 osCmax
    #
    #  Released under the GNU General Public License
    #
    #
    # 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
    
    # BOF: Mod RC2A
    #<IfModule mod_setenvif.c>
    #  <IfDefine SSL>
    #    SetEnvIf User-Agent ".*MSIE.*" \
    #             nokeepalive ssl-unclean-shutdown \
    #             downgrade-1.0 force-response-1.0
    #  </IfDefine>
    #</IfModule>
    # EOF: Mod RC2A
    
    # If Search Engine Friendly URLs do not work, try enabling the
    # following Apache configuration parameter
    
    # AcceptPathInfo On
    
    # Fix certain PHP values
    # (commented out by default to prevent errors occuring on certain
    # servers)
    
    #<IfModule mod_php4.c>
    #  php_value session.use_trans_sid 0
    #  php_value register_globals 1
    #</IfModule>
    # BOF: MOD - Ultimate SEO URLs
    ## SEO Url's .htaccess file
    ## If you want to use the Apache Mod-Rewrite method for SEO URL's
    ## NOTE: This requires that you are on an apache web server with mod_rewrite enabled.
    
    #<IfModule mod_rewrite.c>
    Options +FollowSymLinks
    Options -MultiViews
    RewriteEngine On
    
    # Change "catalog" to your catalog directory name:
    RewriteBase /store
    ## If installed to the base home/root directory, uncomment the below code only:
    RewriteBase /
    
    #RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING}
    #RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING}
    #RewriteRule ^(.*)-m-([0-9]+).html$ index.php?manufacturers_id=$2&%{QUERY_STRING}
    #RewriteRule ^(.*)-pi-([0-9]+).html$ popup_image.php?pID=$2&%{QUERY_STRING}
    #RewriteRule ^(.*)-t-([0-9]+).html$ articles.php?tPath=$2&%{QUERY_STRING}
    #RewriteRule ^(.*)-a-([0-9]+).html$ article_info.php?articles_id=$2&%{QUERY_STRING}
    #RewriteRule ^(.*)-pr-([0-9]+).html$ product_reviews.php?products_id=$2&%{QUERY_STRING}
    #RewriteRule ^(.*)-pri-([0-9]+).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING}
    #RewriteRule ^(.*)-i-([0-9]+).html$ information.php?info_id=$2&%{QUERY_STRING}
    #</ifModule>
    # EOF: MOD - Ultimate SEO URLs
    
    # BOF: HTTP Error Logging
    # NOTE: if you've installed the catalog in a different directory, change /catalog/ below. Don't leave of the leading /.
    #ErrorDocument 400 /catalog/http_error.php?error_id=400
    #ErrorDocument 401 /catalog/http_error.php?error_id=401
    #ErrorDocument 403 /catalog/http_error.php?error_id=403
    #ErrorDocument 404 /catalog/http_error.php?error_id=404
    #ErrorDocument 405 /catalog/http_error.php?error_id=405
    #ErrorDocument 408 /catalog/http_error.php?error_id=408
    #ErrorDocument 415 /catalog/http_error.php?error_id=415
    #ErrorDocument 500 /catalog/http_error.php?error_id=500
    #ErrorDocument 501 /catalog/http_error.php?error_id=501
    #ErrorDocument 502 /catalog/http_error.php?error_id=502
    #ErrorDocument 503 /catalog/http_error.php?error_id=503
    #ErrorDocument 505 /catalog/http_error.php?error_id=505
    #ErrorDocument 504 /catalog/http_error.php?error_id=504 
    # EOF: HTTP Error Logging
    These are my setting in admin/configuration/ sef urls:

    Code:
    Title	Value	Action 
    Enable SEO URLs 5?	true	 
    Add cPath to product URLs?	false	 
    Add category parent to beginning of URLs?	true	 
    Filter Short Words	1	 
    Output W3C valid URLs?	true	 
    Choose URL Rewrite Type	rewrite	 
    Enter special character conversions.		 
    Remove all non-alphanumeric characters?	true	 
    Set the number of days to store the cache.	7	 
    Reset SEO URLs Cache		 
    Turn debug reporting on true/false.	true	 
    Select caching system.	FileSystem
    This is what I get with error reporting turned on:
    Code:
    ULTIMATE Seo Urls 5 - Performance
    Standard URI produced: 13
    SEO URI produced: 108
    Query Count: 2
    Queries Saved: 106
    Cache load time: 0.0065 seconds
    Cache File Size: 2.30 kb
    Standard Urls:
    http://kandwflooring.net/store/contact_us.php
    http://kandwflooring.net/store/account.php
    http://kandwflooring.net/store/shopping_cart.php
    http://kandwflooring.net/store/wishlist.php
    http://kandwflooring.net/store/advanced_search.php
    http://kandwflooring.net/store/advanced_search.php
    http://kandwflooring.net/store/advanced_search_result.php
    http://kandwflooring.net/store/advanced_search.php
    http://kandwflooring.net/store/advanced_search_result.php?&pfrom=0&pto=10000000
    http://kandwflooring.net/store/index.php?new_products=1
    http://kandwflooring.net/store/index.php?new_products=1
    http://kandwflooring.net/store/index.php?action=buy_now&products_id=1661
    http://kandwflooring.net/store/index.php?action=buy_now&products_id=1660
    http://kandwflooring.net/store/index.php?action=buy_now&products_id=1659
    http://kandwflooring.net/store/index.php?action=buy_now&products_id=1658
    http://kandwflooring.net/store/index.php?action=buy_now&products_id=1657
    http://kandwflooring.net/store/index.php?action=buy_now&products_id=1676
    http://kandwflooring.net/store/contact_us.php?enquiry=Price%20Enquiry%0D%0A%0D%0AModel:%20%0D%0AProduct%20Name:%20The%20best%20prices%20on%20Beaulieu%20carpet%20in%20the%20world%0D%0AProduct%20ID:%201675%0D%0A%0D%0A
    http://kandwflooring.net/store/contact_us.php?enquiry=Price%20Enquiry%0D%0A%0D%0AModel:%20%0D%0AProduct%20Name:%20The%20best%20prices%20on%20Shaw%20carpet%20in%20the%20world%0D%0AProduct%20ID:%201674%0D%0A%0D%0A
    http://kandwflooring.net/store/contact_us.php?enquiry=Price%20Enquiry%0D%0A%0D%0AModel:%20%0D%0AProduct%20Name:%20The%20best%20prices%20on%20Mohawk%20carpet%20in%20the%20world%0D%0AProduct%20ID:%201673%0D%0A%0D%0A
    http://kandwflooring.net/store/index.php?show_specials=1
    http://kandwflooring.net/store/index.php?show_specials=1
    http://kandwflooring.net/store/index.php?action=buy_now&products_id=1655
    http://kandwflooring.net/store/index.php?action=buy_now&products_id=1654
    http://kandwflooring.net/store/index.php?action=buy_now&products_id=1651
    http://kandwflooring.net/store/index.php?action=buy_now&products_id=1653
    http://kandwflooring.net/store/index.php?action=buy_now&products_id=1652
    http://kandwflooring.net/store/index.php?action=buy_now&products_id=1649
    http://kandwflooring.net/store/index.php?action=buy_now&products_id=1650
    http://kandwflooring.net/store/index.php?action=buy_now&products_id=1647
    http://kandwflooring.net/store/index.php?action=buy_now&products_id=1648
    http://kandwflooring.net/store/index.php?action=buy_now&products_id=1656
    http://kandwflooring.net/store/index.php?action=buy_now&products_id=1269
    http://kandwflooring.net/store/index.php?action=buy_now&products_id=1667
    http://kandwflooring.net/store/kandwflooring.net/store/?action=clear_history
    Seo Urls:
    http://kandwflooring.net/store/index.php
    http://kandwflooring.net/store/index.php
    http://kandwflooring.net/store/index.php
    http://kandwflooring.net/store/area-rugs-c-109.html
    http://kandwflooring.net/store/carpet-c-105.html
    http://kandwflooring.net/store/carpet-c-105.html
    http://kandwflooring.net/store/ceramic-tile-c-107.html
    http://kandwflooring.net/store/hardwood-flooring-c-104.html
    http://kandwflooring.net/store/hardwood-flooring-c-104.html
    http://kandwflooring.net/store/laminate-flooring-c-106.html
    http://kandwflooring.net/store/sand-and-finish-c-108.html
    http://kandwflooring.net/store/index.php
    http://kandwflooring.net/store/shipping-returns-i-8.html
    http://kandwflooring.net/store/shipping-returns-i-8.html
    http://kandwflooring.net/store/privacy-notice-i-10.html
    http://kandwflooring.net/store/privacy-notice-i-10.html
    http://kandwflooring.net/store/conditions-of-use-i-11.html
    http://kandwflooring.net/store/conditions-of-use-i-11.html
    http://kandwflooring.net/store/free-samples-i-16.html
    http://kandwflooring.net/store/free-samples-i-16.html
    http://kandwflooring.net/store/request-free-estimate-i-17.html
    http://kandwflooring.net/store/request-free-estimate-i-17.html
    http://kandwflooring.net/store/max-windsor-maximus-handscraped-916-american-walnut-p-1661.html
    http://kandwflooring.net/store/max-windsor-maximus-handscraped-916-american-walnut-p-1661.html
    http://kandwflooring.net/store/max-windsor-maximus-handscraped-916-american-walnut-p-1661.html
    http://kandwflooring.net/store/max-windsor-maximus-handscraped-916-american-cherry-p-1660.html
    http://kandwflooring.net/store/max-windsor-maximus-handscraped-916-american-cherry-p-1660.html
    http://kandwflooring.net/store/max-windsor-maximus-handscraped-916-american-cherry-p-1660.html
    http://kandwflooring.net/store/max-windsor-maximus-handscraped-916-brazilian-cherry-p-1659.html
    http://kandwflooring.net/store/max-windsor-maximus-handscraped-916-brazilian-cherry-p-1659.html
    http://kandwflooring.net/store/max-windsor-maximus-handscraped-916-brazilian-cherry-p-1659.html
    http://kandwflooring.net/store/max-windsor-maximus-handscraped-916-santos-mahogany-p-1658.html
    http://kandwflooring.net/store/max-windsor-maximus-handscraped-916-santos-mahogany-p-1658.html
    http://kandwflooring.net/store/max-windsor-maximus-handscraped-916-santos-mahogany-p-1658.html
    http://kandwflooring.net/store/max-windsor-victorian-handscraped-twotoned-916-raven-manhattan-maple-p-1657.html
    http://kandwflooring.net/store/max-windsor-victorian-handscraped-twotoned-916-raven-manhattan-maple-p-1657.html
    http://kandwflooring.net/store/max-windsor-victorian-handscraped-twotoned-916-raven-manhattan-maple-p-1657.html
    http://kandwflooring.net/store/red-oak-hardwood-installed-sanded-and-refinished-p-1676.html
    http://kandwflooring.net/store/red-oak-hardwood-installed-sanded-and-refinished-p-1676.html
    http://kandwflooring.net/store/red-oak-hardwood-installed-sanded-and-refinished-p-1676.html
    http://kandwflooring.net/store/the-best-prices-on-beaulieu-carpet-in-the-world-p-1675.html
    http://kandwflooring.net/store/the-best-prices-on-beaulieu-carpet-in-the-world-p-1675.html
    http://kandwflooring.net/store/the-best-prices-on-beaulieu-carpet-in-the-world-p-1675.html
    http://kandwflooring.net/store/the-best-prices-on-shaw-carpet-in-the-world-p-1674.html
    http://kandwflooring.net/store/the-best-prices-on-shaw-carpet-in-the-world-p-1674.html
    http://kandwflooring.net/store/the-best-prices-on-shaw-carpet-in-the-world-p-1674.html
    http://kandwflooring.net/store/the-best-prices-on-mohawk-carpet-in-the-world-p-1673.html
    http://kandwflooring.net/store/the-best-prices-on-mohawk-carpet-in-the-world-p-1673.html
    http://kandwflooring.net/store/the-best-prices-on-mohawk-carpet-in-the-world-p-1673.html
    http://kandwflooring.net/store/gpss93sl7414-swb-summer-wheat-solid-ez-click-12-inch-by-p-1655.html
    http://kandwflooring.net/store/gpss93sl7414-swb-summer-wheat-solid-ez-click-12-inch-by-p-1655.html
    http://kandwflooring.net/store/gpss93sl7414-swb-summer-wheat-solid-ez-click-12-inch-by-p-1655.html
    http://kandwflooring.net/store/gpss92sl2859-swb-winter-wheat-solid-ez-click-12-inch-by-p-1654.html
    http://kandwflooring.net/store/gpss92sl2859-swb-winter-wheat-solid-ez-click-12-inch-by-p-1654.html
    http://kandwflooring.net/store/gpss92sl2859-swb-winter-wheat-solid-ez-click-12-inch-by-p-1654.html
    http://kandwflooring.net/store/gpss89sl6036-swb-roasted-chestnut-solid-ez-click-12-inch-by-p-1651.html
    http://kandwflooring.net/store/gpss89sl6036-swb-roasted-chestnut-solid-ez-click-12-inch-by-p-1651.html
    http://kandwflooring.net/store/gpss89sl6036-swb-roasted-chestnut-solid-ez-click-12-inch-by-p-1651.html
    http://kandwflooring.net/store/gpss91sl3206-swb-new-bark-solid-ez-click-12-inch-by-34-in-p-1653.html
    http://kandwflooring.net/store/gpss91sl3206-swb-new-bark-solid-ez-click-12-inch-by-34-in-p-1653.html
    http://kandwflooring.net/store/gpss91sl3206-swb-new-bark-solid-ez-click-12-inch-by-34-in-p-1653.html
    http://kandwflooring.net/store/gpss90sl2183-swb-rustic-verde-solid-ez-click-12-inch-by-p-1652.html
    http://kandwflooring.net/store/gpss90sl2183-swb-rustic-verde-solid-ez-click-12-inch-by-p-1652.html
    http://kandwflooring.net/store/gpss90sl2183-swb-rustic-verde-solid-ez-click-12-inch-by-p-1652.html
    http://kandwflooring.net/store/gpss87sl4317-swb-antique-amber-solid-ez-click-12-inch-by-p-1649.html
    http://kandwflooring.net/store/gpss87sl4317-swb-antique-amber-solid-ez-click-12-inch-by-p-1649.html
    http://kandwflooring.net/store/gpss87sl4317-swb-antique-amber-solid-ez-click-12-inch-by-p-1649.html
    http://kandwflooring.net/store/gpss88sl1633-swb-coffee-bean-solid-ez-click-12-inch-by-34-p-1650.html
    http://kandwflooring.net/store/gpss88sl1633-swb-coffee-bean-solid-ez-click-12-inch-by-34-p-1650.html
    http://kandwflooring.net/store/gpss88sl1633-swb-coffee-bean-solid-ez-click-12-inch-by-34-p-1650.html
    http://kandwflooring.net/store/gpss85sl3800-swb-espresso-solid-ez-click-12-inch-by-34-in-p-1647.html
    http://kandwflooring.net/store/gpss85sl3800-swb-espresso-solid-ez-click-12-inch-by-34-in-p-1647.html
    http://kandwflooring.net/store/gpss85sl3800-swb-espresso-solid-ez-click-12-inch-by-34-in-p-1647.html
    http://kandwflooring.net/store/gpss86sl9827-swb-antique-toffee-solid-ez-click-12-inch-by-p-1648.html
    http://kandwflooring.net/store/gpss86sl9827-swb-antique-toffee-solid-ez-click-12-inch-by-p-1648.html
    http://kandwflooring.net/store/gpss86sl9827-swb-antique-toffee-solid-ez-click-12-inch-by-p-1648.html
    http://kandwflooring.net/store/max-windsor-m-8.html
    http://kandwflooring.net/store/max-windsor-victorian-handscraped-twotoned-916-antique-espresso-p-1656.html
    http://kandwflooring.net/store/max-windsor-victorian-handscraped-twotoned-916-antique-espresso-p-1656.html
    http://kandwflooring.net/store/max-windsor-victorian-handscraped-twotoned-916-antique-espresso-p-1656.html
    http://kandwflooring.net/store/max-windsor-alexander-handscraped-916-santa-fe-sevilla-p-1269.html
    http://kandwflooring.net/store/max-windsor-alexander-handscraped-916-santa-fe-sevilla-p-1269.html
    http://kandwflooring.net/store/max-windsor-alexander-handscraped-916-santa-fe-sevilla-p-1269.html
    http://kandwflooring.net/store/max-windsor-maximus-smooth-916-american-cherry-p-1667.html
    http://kandwflooring.net/store/max-windsor-maximus-smooth-916-american-cherry-p-1667.html
    http://kandwflooring.net/store/max-windsor-maximus-smooth-916-american-cherry-p-1667.html
    Queries:
    SELECT products_name FROM products_description WHERE products_id='1269' AND language_id='1' LIMIT 1
    SELECT products_name FROM products_description WHERE products_id='1667' AND language_id='1' LIMIT 1
    Last edited by ptrau; 02-01-2012 at 03:30 AM. Reason: Resolved

  2. #2
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    2,656
    Rep Power
    48


    Default Re: Ultimate SEO Urls 5

    # Change "catalog" to your catalog directory name:
    RewriteBase /store
    ## If installed to the base home/root directory, uncomment the below code only:
    RewriteBase /
    You can not have both! Comment one of the lines out!

    # Change "catalog" to your catalog directory name:
    RewriteBase /store
    ## If installed to the base home/root directory, uncomment the below code only:
    # RewriteBase /
    pgmarshall
    _______________________________

  3. #3
    Member
    Join Date
    Jul 2011
    Location
    Atlanta, GA USA
    Posts
    85
    Rep Power
    1


    Default Re: Ultimate SEO Urls 5

    Quote Originally Posted by pgmarshall View Post
    You can not have both! Comment one of the lines out!
    Made

    Made change and now 404's everywhere except main store page. Ant attempt to access any link fails.
    Code:
    #<IfModule mod_rewrite.c>
    Options +FollowSymLinks
    Options -MultiViews
    RewriteEngine On
    
    # Change "catalog" to your catalog directory name:
    RewriteBase /store/
    ## If installed to the base home/root directory, uncomment the below code only:
    #RewriteBase /
    404 errors

  4. #4
    Member
    Join Date
    Jul 2011
    Location
    Atlanta, GA USA
    Posts
    85
    Rep Power
    1


    Default Re: Ultimate SEO Urls 5

    Quote Originally Posted by pgmarshall View Post
    You can not have both! Comment one of the lines out!
    Thanks for the reply

    Made change and now 404's everywhere except main store page. Ant attempt to access any link fails.
    Code:
    #<IfModule mod_rewrite.c>
    Options +FollowSymLinks
    Options -MultiViews
    RewriteEngine On
    
    # Change "catalog" to your catalog directory name:
    RewriteBase /store/
    ## If installed to the base home/root directory, uncomment the below code only:
    #RewriteBase /
    404 errors

    Could this be the culprit? I checked on my other osCMAX installs and they show the cache load time with no error

    In ULTIMATE Seo Urls 5 - Performance

    Error reporting =true

    It shows all the converted urls but show this is red:

    "Cache load time: cache not loaded"

  5. #5
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    2,656
    Rep Power
    48


    1 out of 1 members found this post helpful.

    Default Re: Ultimate SEO Urls 5

    nope you need to uncomment the rewrite rules!
    http://wiki.oscdox.com/seo_urls?s[]=rewrite#edit_your_htaccess_file
    pgmarshall
    _______________________________

  6. #6
    Member
    Join Date
    Jul 2011
    Location
    Atlanta, GA USA
    Posts
    85
    Rep Power
    1


    Default Re: Ultimate SEO Urls 5

    Thank you ...thank you....thank you.....works perfectly now.......

  7. #7
    Member
    Join Date
    Jul 2011
    Location
    Atlanta, GA USA
    Posts
    85
    Rep Power
    1


    Default Re: Ultimate SEO Urls 5

    Now if I can get THIS to work....sitemap_error.jpg

  8. #8
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,012
    Rep Power
    36


    Default Re: Ultimate SEO Urls 5

    Quote Originally Posted by ptrau View Post
    Now if I can get THIS to work....sitemap_error.jpg
    Have you tried running it from a cron job?
    Hosting plans with installation, configuration, contributions, support and maintenance.

  9. #9
    Member
    Join Date
    Jul 2011
    Location
    Atlanta, GA USA
    Posts
    85
    Rep Power
    1


    Default Re: Ultimate SEO Urls 5

    I will give it a go...thanks again for the SEO Url help

  10. #10
    Member
    Join Date
    Jul 2011
    Location
    Atlanta, GA USA
    Posts
    85
    Rep Power
    1


    Default Re: Ultimate SEO Urls 5

    OK....not used to running cron/php jobs.....which of the files would I run as a cron. Tried sitemap.index.php but that did not seem to work.

    Being as this is a different issue than the one I originally posted (and you showed me how to fix), I am starting a new thread for this issue.

Page 1 of 2 12 LastLast

Similar Threads

  1. Ultimate SEO URLs - with admin editable Product and Category URLs.
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 07-19-2009, 04:06 PM
  2. Ultimate SEO URLs
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 12-29-2008, 04:53 PM
  3. Ultimate SEO URLs
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 12-15-2008, 11:00 PM
  4. Ultimate SEO URLs
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 12-13-2008, 03:50 PM
  5. Ultimate SEO URLs
    By michael_s in forum New osCommerce Contributions
    Replies: 1
    Last Post: 05-09-2008, 04:36 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
  •