Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Jul 2012
    Posts
    22
    Plugin Contributions
    1

    Default Re: Problem with Ceon Uri Mapping Add on

    Quote Originally Posted by GodfatherAntiques View Post

    Code:
    ## BEGIN CEON URI MAPPING REWRITE RULE
    
    RewriteEngine On
    
    # 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} !^/custom admin folder [NC]
    # Don't rewrite editors directory
    RewriteCond %{REQUEST_URI} !^/editors/ [NC]
    # Don't rewrite .qidb directory
    RewriteCond %{REQUEST_URI} !^/\.qidb/ [NC]
    # Don't rewrite bmz_cache directory
    RewriteCond %{REQUEST_URI} !^/bmz_cache/ [NC]
    # Don't rewrite ajax directory
    RewriteCond %{REQUEST_URI} !^/ajax/ [NC]
    # Handle all other URIs using Zen Cart (its index.php)
    RewriteRule .* index.php [QSA,L]
    RewriteRule .* /index.php [QSA,L]
    
    ## END CEON URI MAPPING REWRITE RULE
    Try changing the .htaccess as shown above remove the index.php line and replace it with the /index.php some servers require tis setting.

  2. #2
    Join Date
    Nov 2010
    Posts
    101
    Plugin Contributions
    0

    Default Re: Problem with Ceon Uri Mapping Add on

    I have tried both ways and it does the same thing. Also i'm using 1.5v of the ceon uri mapping.

  3. #3
    Join Date
    Nov 2010
    Posts
    101
    Plugin Contributions
    0

    Default Re: Problem with Ceon Uri Mapping Add on

    This is the uri rewrite url for the 2003 ford mustang http://qualityautowi.com/Cars/2003-Ford-Mustang and as you can see its going to the homepage not to the product.

  4. #4
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,826
    Plugin Contributions
    31

    Default Re: Problem with Ceon Uri Mapping Add on

    Why start a new thread in the General Questions about Zen Cart instead of in the add-on module support thread where the developer of the mod will see it?
    Steve
    github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...

  5. #5
    Join Date
    Nov 2010
    Posts
    101
    Plugin Contributions
    0

    Default Re: Problem with Ceon Uri Mapping Add on

    The reason why I didn't post in the support forum is because the forum was getting to large.

 

 

Similar Threads

  1. Problem with CEON URI Mapping
    By nicksab in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 23 Apr 2014, 03:42 PM
  2. 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
  3. v151 Ceon URI Mapping (SEO) installation problem.
    By jmac2020 in forum General Questions
    Replies: 1
    Last Post: 23 Oct 2012, 01:06 PM
  4. Old adresses with ceon uri mapping
    By Tallyho in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 2 Dec 2010, 12:39 PM
  5. Replies: 3
    Last Post: 25 Oct 2010, 04:39 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