Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 22
  1. #11
    Join Date
    Mar 2008
    Location
    Montreal, Canada. Manhattan, New York, USA
    Posts
    59
    Plugin Contributions
    0

    Default Re: SEO Ultimate URLs Question

    Hi

    I seem to have a similar problem. I have installed the add on as instructed in the README. But I do not see the SEO-URL under CONFIGURATION in the admin.

    I trible checked and dont see anything I did wrong. My zen cart site is www.ftabonus.com so I changed the /shop/ to /ftabonus.com/ to become:
    RewriteBase /ftabonus.com/

    Am I correct? How come I still do not see the SEO-URL under CONFIGURATION in the admin??

    Pl. help.

    Thnak you very much.





    Quote Originally Posted by voltage View Post
    This is part of the problem:

    RewriteBase /climax-creation.com/

    this part of the htaccess code is only if you have your site in a folder other than the root: i.e. climax-creation.com/shop
    www.pansatpro.com
    FTA Free TV Equipments

  2. #12
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: SEO Ultimate URLs Question

    RewriteBase /

    The above should solve your problem.

  3. #13
    Join Date
    Mar 2008
    Location
    Montreal, Canada. Manhattan, New York, USA
    Posts
    59
    Plugin Contributions
    0

    Default Re: SEO Ultimate URLs Question

    Hi Rob,

    I did it and it works now. The url is displaying the keywords, but only that the pages dont show. Every page says: http 404 page not found.

    Pl. help.

    Thank you very much.




    Quote Originally Posted by Website Rob View Post
    RewriteBase /

    The above should solve your problem.
    www.pansatpro.com
    FTA Free TV Equipments

  4. #14
    Join Date
    Mar 2008
    Location
    Montreal, Canada. Manhattan, New York, USA
    Posts
    59
    Plugin Contributions
    0

    Default Re: SEO Ultimate URLs Question

    Hi Rob,

    Now the pages dont show. Every page says: http 404 page not found. though the url is displaying the keywords. also if you dont mind, how to put the ez pages on the sitemap list?

    Pl. help.

    Thank you very much.


    Quote Originally Posted by Website Rob View Post
    RewriteBase /

    The above should solve your problem.
    www.pansatpro.com
    FTA Free TV Equipments

  5. #15
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: SEO Ultimate URLs Question

    Can you access the SEO URL in your Admin?

  6. #16
    Join Date
    Mar 2008
    Location
    Montreal, Canada. Manhattan, New York, USA
    Posts
    59
    Plugin Contributions
    0

    Default Re: SEO Ultimate URLs Question

    Yes, I do.

    Thank you very much.

    Judith


    Quote Originally Posted by Website Rob View Post
    Can you access the SEO URL in your Admin?
    www.pansatpro.com
    FTA Free TV Equipments

  7. #17
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: SEO Ultimate URLs Question

    Is this setting set to true.

    Enable automatic redirects?

  8. #18
    Join Date
    Mar 2008
    Location
    Montreal, Canada. Manhattan, New York, USA
    Posts
    59
    Plugin Contributions
    0

    Default Re: SEO Ultimate URLs Question

    Yes. It has been. What next I should do?
    Pl. advice. Thank you very much, Rob. By the way, I love the Canadians. I was in Montreal for my College, McGill.



    Quote Originally Posted by Website Rob View Post
    Is this setting set to true.

    Enable automatic redirects?
    www.pansatpro.com
    FTA Free TV Equipments

  9. #19
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: SEO Ultimate URLs Question

    You can compare your settings with these default ones.

    --------------------------------------------------
    Enable SEO URLs? true
    Add cPath to product URLs? false
    Add category parent to begining of URLs? true
    Filter Short Words 0
    Output W3C valid URLs (parameter string)? true
    Enable SEO cache to save queries? true
    Enable product cache? true
    Enable categories cache? true
    Enable manufacturers cache? true
    Enable articles cache? true
    Enable information cache? true
    Enable automatic redirects? true
    Choose URL Rewrite Type Rewrite
    Enter special character conversions
    Remove all non-alphanumeric characters? false
    Reset SEO URLs Cache false
    Enter pages to allow rewrite index, product_info, products_new, products_all, featured_products, specials, contact_us, conditions, privacy, reviews, shippinginfo, faqs_all, site_map, gv_faq, discount_coupon, page, page_2, page_3, page_4, shopping_cart
    --------------------------------------------------

    Could also be something else in your .htaccess file causing problems as I notice your 404 pages open in a new Browser window, which is not the norm.

  10. #20
    Join Date
    Mar 2008
    Location
    Montreal, Canada. Manhattan, New York, USA
    Posts
    59
    Plugin Contributions
    0

    Default Re: SEO Ultimate URLs Question

    Yes, I checked, except the last one in the last choice, shopping_cart
    was missing, which I put it in but it still gives me the 404 error.

    Regarding the .htaccess file
    I only erased /shop/ as you suggested before, and it is currently as shown below:

    ##### NOTE: Replace /shop/ with the relative web path of your catalog in the "Rewrite Base" line below:

    Options +FollowSymLinks
    RewriteEngine On
    RewriteBase /

    # From Ultimate SEO URLs
    RewriteRule ^(.*)-p-(.*).html$ index\.php?main_page=product_info&products_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-c-(.*).html$ index\.php?main_page=index&cPath=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-m-([0-9]+).html$ index\.php?main_page=index&manufacturers_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-pi-([0-9]+).html$ index\.php?main_page=popup_image&pID=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-pr-([0-9]+).html$ index\.php?main_page=product_reviews&products_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-pri-([0-9]+).html$ index\.php?main_page=product_reviews_info&products_id=$2&%{QUERY_STRING} [L]

    # For Open Operations Info Manager
    RewriteRule ^(.*)-i-([0-9]+).html$ index\.php?main_page=info_manager&pages_id=$2&%{QUERY_STRING} [L]

    # For dreamscape's News & Articles Manager
    RewriteRule ^news/?$ index\.php?main_page=news&%{QUERY_STRING} [L]
    RewriteRule ^news/rss.xml$ index\.php?main_page=news_rss&%{QUERY_STRING} [L]
    RewriteRule ^news/archive/?$ index\.php?main_page=news_archive&%{QUERY_STRING} [L]
    RewriteRule ^news/([0-9]{4})-([0-9]{2})-([0-9]{2}).html$ index\.php?main_page=news&date=$1-$2-$3&%{QUERY_STRING} [L]
    RewriteRule ^news/archive/([0-9]{4})-([0-9]{2}).html$ index\.php?main_page=news_archive&date=$1-$2&%{QUERY_STRING} [L]
    RewriteRule ^news/(.*)-a-([0-9]+)-comments.html$ index\.php?main_page=news_comments&article_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^news/(.*)-a-([0-9]+).html$ index\.php?main_page=news_article&article_id=$2&%{QUERY_STRING} [L]

    # All other pages
    # Don't rewrite real files or directories
    RewriteCond %{REQUEST_FILENAME} !-f [NC]
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*).html$ index\.php?main_page=$1&%{QUERY_STRING} [L]






    Quote Originally Posted by Website Rob View Post
    You can compare your settings with these default ones.

    --------------------------------------------------
    Enable SEO URLs? true
    Add cPath to product URLs? false
    Add category parent to begining of URLs? true
    Filter Short Words 0
    Output W3C valid URLs (parameter string)? true
    Enable SEO cache to save queries? true
    Enable product cache? true
    Enable categories cache? true
    Enable manufacturers cache? true
    Enable articles cache? true
    Enable information cache? true
    Enable automatic redirects? true
    Choose URL Rewrite Type Rewrite
    Enter special character conversions
    Remove all non-alphanumeric characters? false
    Reset SEO URLs Cache false
    Enter pages to allow rewrite index, product_info, products_new, products_all, featured_products, specials, contact_us, conditions, privacy, reviews, shippinginfo, faqs_all, site_map, gv_faq, discount_coupon, page, page_2, page_3, page_4, shopping_cart
    --------------------------------------------------

    Could also be something else in your .htaccess file causing problems as I notice your 404 pages open in a new Browser window, which is not the norm.
    www.pansatpro.com
    FTA Free TV Equipments

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  2. Ultimate SEO URLs is messing with my admin URLs
    By Chrome Orange in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 21 Jul 2009, 01:13 PM
  3. Question about using Ultimate SEO URLs
    By 8 miles in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 21 May 2007, 10:38 AM
  4. Ultimate SEO URLs Question
    By camay123 in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 4 Sep 2006, 09:04 PM

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