Results 1 to 10 of 2445

Threaded View

  1. #11
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping v4.x

    Grrrr... Seems I've mucked up things a bit here..

    I had the installation on this site working just fine with a subdomain. However, for MANY reasons, I had to undo the subdomain setup (shop.mydomain.com) and use a subfolder setup instead (mydomain.com/shop)..

    I made all the corrections to the configure.php files and got everything back to working normal with the stock Zen Cart dynamic URLs.. I then cleared out the old URIs from the database, and carefully re-generated them en masse (using Conor's cool tool).. I realize that I could have done this differently, but since this is still a dev site, I was okay with clearing out the URIs and "starting over"..

    So once I got that all done, I uploaded my .htaccess file to the root of my site (http: mydomain.com/) NOT my shop.. Now I am getting "Page Not Found" errors for all my products..

    I'm sure this is something simple and stupid I am overlooking, but I have been looking at it awhile and I am no closer to figuring this out.. Can a girl get a hand here pretty please??

    URL: http: // clientyourplateormineinc . overthehillweb . com/shop/
    Contents of my .htaccess file:
    PHP Code:
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase 
    /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond 
    %{REQUEST_FILENAME} !-d
    RewriteRule 
    . /index.php [L]
    </
    IfModule>
    # END WordPress
    ## BEGIN CEON URI MAPPING REWRITE RULE
    RewriteEngine On
    # ONLY rewrite URIs beginning with /shop/
    RewriteCond %{REQUEST_URI} ^/shop/ [NC]
    # Don't rewrite any URIs ending with a file extension (ending with .[xxxxx])
    RewriteCond %{REQUEST_URI} !\.[a-z]{2,5}$ [NC]
    # Don't rewrite any URIs for some, popular specific file format extensions,
    #   which are not covered by main file extension condition above
    RewriteCond %{REQUEST_URI} !\.(mp3|mp4|h264)$ [NC]
    # Don't rewrite any URIs for some specific file format extensions,
    #   which are not covered by main file extension condition above
    #   Uncomment the following line to apply this condition! (Remove the # at the start of the next line)
    #RewriteCond %{REQUEST_URI} !\.(3gp|3g2|h261|h263|mj2|mjp2|mp4v|mpg4|m1v|m2v|m4u|f4v|m4v|3dml)$ [NC]
    # Don't rewrite admin directory
    RewriteCond %{REQUEST_URI} !^/shop/3q820K0734Ee [NC]
    # Don't rewrite editors directory
    RewriteCond %{REQUEST_URI} !^/shop/editors/ [NC]
    # Don't rewrite cgi-bin directory
    RewriteCond %{REQUEST_URI} !^/shop/cgi-bin/ [NC]
    # Handle all other URIs using Zen Cart (its index.php)
    RewriteRule .* shop/index.php [QSA,L]
    ## END CEON URI MAPPING REWRITE RULE 
    Last edited by DivaVocals; 3 Jan 2012 at 03:32 AM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 

Similar Threads

  1. v139d Ceon uri mapping, how to generate uri mapping for bulk bulk-imported products?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 8 Jan 2013, 06:52 AM
  2. CEON URI Mapping
    By jmkent in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 22 Nov 2012, 04:28 PM
  3. Ceon URI Mapping (SEO)
    By conor in forum All Other Contributions/Addons
    Replies: 2906
    Last Post: 9 Sep 2011, 08:31 AM
  4. Ceon URI Mapping v4
    By conor in forum All Other Contributions/Addons
    Replies: 110
    Last Post: 14 Aug 2011, 02:51 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR