Page 208 of 291 FirstFirst ... 108158198206207208209210218258 ... LastLast
Results 2,071 to 2,080 of 2907
  1. #2071
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by damiantaylor View Post
    I've found a slight issue which I'm trying to track down and am wondering if it is with the URI mapping mod.

    Does anyone else get still get to the product page even on a deactivated product?
    No, when a product is deactivated its URI no longer shows the product page. The functionality is no different from the standard for Zen Cart.

    At least you know it's nothing to do with the URI mapping.

    Good luck in tracking down the real source of the fault!

    All the best..

    Conor
    ceon

  2. #2072
    Join Date
    Jul 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    I've copied all the files twice (1. - 3.) and I'm still stuck at 4. I can't find "Modules > URI Mapping Config" in the Admin.

  3. #2073
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by cecsy View Post
    I've copied all the files twice (1. - 3.) and I'm still stuck at 4. I can't find "Modules > URI Mapping Config" in the Admin.
    Let me guess.. you've renamed your admin folder from "admin" to something else but you've upload the admin files to a folder called "admin" on your site?

    You must upload the "admin" files to whatever folder your admin folder is called.

    All the best..

    Conor
    ceon

  4. #2074
    Join Date
    Jul 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Thanks for answer!
    All the renaming is done.

  5. #2075
    Join Date
    Jul 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    I do not understand much of "Setting up a Rewrite Rule".
    I've made a .htaccess file with rules from the examples. Correct?
    What to do with the file?

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

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by cecsy View Post
    I do not understand much of "Setting up a Rewrite Rule".
    I've made a .htaccess file with rules from the examples. Correct?
    What to do with the file?
    The readme that comes with this module really does do an EXCELLENT job of explaining EVERYTHING you need to do to configure/install this module.. Did you read the install instructions which explain EXACTLY where you should be placing your .htaccess file?? If you read the readme and still have questions, can you be a little more specific about what you are unsure of???
    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.

  7. #2077
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by cecsy View Post
    I do not understand much of "Setting up a Rewrite Rule".
    I've made a .htaccess file with rules from the examples. Correct?
    What to do with the file?
    As the instructions say, upload it to your store. Either upload it to the main site's directory or the store's directory (if different), taking care to take into account which folder you've created the htaccess file for (this information is also in the section you've mentioned).

    If you're still having trouble get in contact with me via this address, with FTP details for your site.

    All the best..

    Conor
    ceon

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

    Default Re: Ceon URI Mapping (SEO)

    ***OFF TOPIC POST***

    Hi Conor!!!! Long time no speak to.. How the heck are ya!!???

    Quote Originally Posted by conor View Post
    Hi,



    As the instructions say, upload it to your store. Either upload it to the main site's directory or the store's directory (if different), taking care to take into account which folder you've created the htaccess file for (this information is also in the section you've mentioned).

    If you're still having trouble get in contact with me via this address, with FTP details for your site.

    All the best..

    Conor
    ceon
    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.

  9. #2079
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Ceon URI Mapping (SEO)

    Hi!

    I'm having some issues with this module. It's working, in that when I click on a link, it uses the new url, BUT, it's not being written into the source before clicking the link. For example, when I hover over a link, in the bar at the bottom of the browser, it shows the index.php?main_page=index&cPath=1 link instead of the rewritten link.

    I've checked that all files were uploaded. Perhaps you can give some hints on where to look. My .htaccess is below:

    RewriteEngine On

    # ONLY rewrite URIs beginning with /newstore/
    RewriteCond %{REQUEST_URI} ^/newstore/
    # Don't rewrite any URIs ending with a file extension (ending with .[xxxxx])
    RewriteCond %{REQUEST_URI} !\.[a-z]{2,5}$
    # Don't rewrite admin directory
    RewriteCond %{REQUEST_URI} !^/newstore/admin
    # Don't rewrite editors directory
    RewriteCond %{REQUEST_URI} !^/newstore/editors
    # Don't rewrite cPanel directories
    RewriteCond %{REQUEST_URI} !/cpanel
    RewriteCond %{REQUEST_URI} !/frontend
    # Handle all other URIs using Zen Cart (index.php)
    RewriteRule .* index.php?%{QUERY_STRING} [L]

  10. #2080
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by jettrue View Post
    when I click on a link, it uses the new url, BUT, it's not being written into the source before clicking the link.
    I'm definitely going to make this into a new FAQ and maybe even have the software check for missing code!

    You have forgotten to upload the modified core file:

    includes/functions/html_output.php

    Merge/upload it and everything should be fine.

    Make sure you have also merged/uploaded all other files, just to be sure.

    All the best..

    Conor
    ceon

 

 

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. Ceon uri mapping vs Simple SEO
    By crixus in forum General Questions
    Replies: 0
    Last Post: 28 Feb 2014, 04:41 AM
  3. v151 Ceon URI Mapping (SEO) Issues?
    By yisou in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 30 Jul 2013, 12:06 PM
  4. v151 Ceon URI Mapping (SEO) installation problem.
    By jmac2020 in forum General Questions
    Replies: 1
    Last Post: 23 Oct 2012, 01:06 PM
  5. Ceon URI Mapping (SEO) How to install?
    By jackfitz in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 28 Apr 2010, 12:09 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