Page 80 of 146 FirstFirst ... 3070787980818290130 ... LastLast
Results 791 to 800 of 1456
  1. #791

    Default Re: Chemo's Ultimate URL's

    So is Dreamscape working an the next upgrade of the mod?
    Rich People scream, Wealthy people whisper

    www.cooltechcentral.com

  2. #792
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by rcrosier View Post
    I don't THINK I have Paypal express, but I DO have Paypal, and default (.html) extensions, and it's been working fine for me for a couple months now. (http://vtstuff.com) Skip SSL is CHECKED on mine.

    Not sure if that helps, or is totally irrelevant.
    Thank you so much! That help to confirm my experience. Paypal IPN works for me too but there must be something with Paypal Express logic that is causing problem. I know that DrByte has upgraded paypal express quiet a bit. Oh well!

  3. #793
    Join Date
    Feb 2007
    Posts
    50
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Ah, OK. Misunderstood.
    don't used html then. Why would you?
    There is a secret ingredient in using a / ...
    A s/e thinks each page is an index file.
    Rupert
    EshopOne Just being Zenned :)
    Mens Suits to follow....
    Ladies Suits to follow....
    Mods: Version 1.3.7 SEO URLs, Super orders; PFD Order Centre, Securetrading payment gateway;Big Royal Mail; Image handler; Zen Lightbox

  4. #794
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by Rupert View Post
    Ah, OK. Misunderstood.
    don't used html then. Why would you?
    There is a secret ingredient in using a / ...
    A s/e thinks each page is an index file.
    The reason I was trying to maintain the .html extension is because we have more than 20,000 pages indexed already with the .html extension using the old ultimate seo url.

    I know I could use a 301 redirect but because I am not sure about the viability of this mod, I'd hate to rewrite all indexed pages, change my mind and I have to rewrite again.

    We are currently redirecting all old pages with .html to standard zen cart url since we already uninstall this mod.

    Thanks!

  5. #795
    Join Date
    May 2006
    Location
    Texas
    Posts
    565
    Plugin Contributions
    4

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by BlessIsaacola View Post
    We are currently redirecting all old pages with .html to standard zen cart url since we already uninstall this mod.

    Thanks!
    I'm sorry if you've already posted this elsewhere in the thread.. but do you mind sharing the entries in your htaccess file for that? Is it on a product by product basis? i would think with the amount of products you have that would be a PITA. I'm thinking about uninstalling ultimate SEO (still on 2.103) since i've had a few issues with it that i just can't keep using work arounds for

  6. #796
    Join Date
    Feb 2007
    Posts
    50
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    ouch, see your point.
    Rupert
    EshopOne Just being Zenned :)
    Mens Suits to follow....
    Ladies Suits to follow....
    Mods: Version 1.3.7 SEO URLs, Super orders; PFD Order Centre, Securetrading payment gateway;Big Royal Mail; Image handler; Zen Lightbox

  7. #797
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by samad64 View Post
    I'm sorry if you've already posted this elsewhere in the thread.. but do you mind sharing the entries in your htaccess file for that? Is it on a product by product basis? i would think with the amount of products you have that would be a PITA. I'm thinking about uninstalling ultimate SEO (still on 2.103) since i've had a few issues with it that i just can't keep using work arounds for
    Here is the code to redirect the pages to original Zen Cart. I have pasted the code for Tim's SEFU as well as different other mods. If there is any that you do not have install, delete that path. There is also a line for redirecting music product type because we modified that with the pmi. Please not that this is to remove version 2.103 as you requested.

    Code:
    Options +FollowSymLinks
    RewriteEngine On
    RewriteBase /
    
    # BEGIN SAFE REMOVE of Tim Kroeger's SEFU
    RewriteRule ^(.*)pages-main/category-(.*)/page-([0-9]+)/sort-(.*)/(.*).html index\.php?main_page=index&cPath=$2&page=$3&sort=$4&%{QUERY_STRING} [L,R=301]
    RewriteRule ^(.*)pages-main/category-(.*)/(.*).html index\.php?main_page=index&cPath=$2&%{QUERY_STRING} [L,R=301]
    RewriteRule ^(.*)pages-productinfo/category-(.*)/product-(.*)/(.*).html index\.php?main_page=product_info&cPath=$2&products_id=$3&%{QUERY_STRING} [L,R=301]
    RewriteRule ^(.*)pages-productinfo/product-(.*)/(.*).html index\.php?main_page=product_info&products_id=$2&%{QUERY_STRING} [L,R=301]
    RewriteRule ^(.*)pages-product_reviews_info/product-(.*)/reviews_id-([0-9]+)/(.*).html index\.php?main_page=product_reviews_info&products_id=$2&reviews_id=$3&%{QUERY_STRING} [L,R=301]
    RewriteRule ^(.*)pages-info_manager/pages_id-([0-9]+)/(.*).html index\.php?main_page=info_manager&pages_id=$2&%{QUERY_STRING} [L,R=301]
    RewriteRule ^(.*)pages-product_music_info/product-(.*)/(.*).html index\.php?main_page=product_music_info&products_id=$2&%{QUERY_STRING} [L,R=301]
    RewriteRule ^(.*)pages-(.*)/index.html index\.php?main_page=$2&%{QUERY_STRING} [L,R=301]
    # END SAFE REMOVE
    
    # From Ultimate SEO URLs version 2
    RewriteRule ^(.*)-p-(.*).html$ index\.php?main_page=product_info&products_id=$2&%{QUERY_STRING} [R=301,L]
    RewriteRule ^(.*)-c-(.*).html$ index\.php?main_page=index&cPath=$2&%{QUERY_STRING} [R=301,L]
    RewriteRule ^(.*)-m-([0-9]+).html$ index\.php?main_page=index&manufacturers_id=$2&%{QUERY_STRING} [R=301,L]
    RewriteRule ^(.*)-pi-([0-9]+).html$ index\.php?main_page=popup_image&pID=$2&%{QUERY_STRING} [R=301,L]
    RewriteRule ^(.*)-pr-([0-9]+).html$ index\.php?main_page=product_reviews&products_id=$2&%{QUERY_STRING} [R=301,L]
    RewriteRule ^(.*)-pri-([0-9]+).html$ index\.php?main_page=product_reviews_info&products_id=$2&%{QUERY_STRING} [R=301,L]
    RewriteRule ^(.*)-pmi-([0-9]+).html$ index\.php?main_page=product_music_info&products_id=$2&%{QUERY_STRING} [R=301,L]
    
    # For Open Operations Info Manager
    RewriteRule ^(.*)-i-([0-9]+).html$ index\.php?main_page=info_manager&pages_id=$2&%{QUERY_STRING} [R=301,L]
    
    # For dreamscape's News & Articles Manager
    RewriteRule ^news/?$ index\.php?main_page=news&%{QUERY_STRING} [R=301,L]
    RewriteRule ^news/rss.xml$ index\.php?main_page=news_rss&%{QUERY_STRING} [R=301,L]
    RewriteRule ^news/archive/?$ index\.php?main_page=news_archive&%{QUERY_STRING} [R=301,L]
    RewriteRule ^news/([0-9]{4})-([0-9]{2})-([0-9]{2}).html$ index\.php?main_page=news&date=$1-$2-$3&%{QUERY_STRING} [R=301,L]
    RewriteRule ^news/archive/([0-9]{4})-([0-9]{2}).html$ index\.php?main_page=news_archive&date=$1-$2&%{QUERY_STRING} [R=301,L]
    RewriteRule ^news/(.*)-a-([0-9]+)-comments.html$ index\.php?main_page=news_comments&article_id=$2&%{QUERY_STRING} [R=301,L]
    RewriteRule ^news/(.*)-a-([0-9]+).html$ index\.php?main_page=news_article&article_id=$2&%{QUERY_STRING} [R=301,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} [R=301,L]
    If you need the rewrite rule for removing beta 3.0, things are slightly different.

  8. #798
    Join Date
    Jun 2005
    Location
    Cheney WA
    Posts
    1,134
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Trying to go through this thread for anyone new is a nightmare.
    Is there anyone that can break this down to a step by step, or at least the best thread number to start with?

    Thanks.

    JP

  9. #799
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by birdoasis View Post
    Trying to go through this thread for anyone new is a nightmare.
    Is there anyone that can break this down to a step by step, or at least the best thread number to start with?

    Thanks.

    JP
    It depends on what you're trying to do. If you follow the guide from the download exactly as instructed to install it, then apply the patches provided, you should be fine. If things don't work, you can come back here for solution. Dreamscape is very good with documentation. Although, the guide included is not fully complete it's a good place to start.

  10. #800
    Join Date
    Jun 2005
    Location
    Cheney WA
    Posts
    1,134
    Plugin Contributions
    0

    Default Is this the correct link?

    Ok great. I searched for dreamscape in this thread and found the link, but since it was truncated it didn't quite work. so I deleted it and then clicked in the link that matched what I'm looking for and found this.

    http://www.dream-scape.com/pub/zenca...mate_SEO_URLs/

    Hopefully it won't truncate again. However is this the correct link???

 

 

Similar Threads

  1. v151 with ultimate seo Url,how to change the ez-page url ?
    By whywell in forum General Questions
    Replies: 1
    Last Post: 17 Jan 2013, 09:12 AM
  2. Chemo's Ultimate SEO URL's and EZPages?
    By Doodlebuckets in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 5 Aug 2008, 08:36 PM
  3. Fix for Easy Populate Froogle with Chemo's Ultimate URL's
    By mccord42 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 8 Feb 2007, 04:06 PM
  4. Can NOT access Admin after installing Chemo's Ultimate URL's
    By hankliu in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 12 Dec 2006, 10:33 AM

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