Page 173 of 291 FirstFirst ... 73123163171172173174175183223273 ... LastLast
Results 1,721 to 1,730 of 2907
  1. #1721
    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 MB1 View Post
    Just playing with this mod and i'm curious to make it work on my site that is in a gorilla folder like the following

    i have to create an .htaccess file ?
    Please read the documentation that is in the _docs folder in the distribution. Please do NOT ask any questions here without having read ALL of the documentation and FAQs first.

    Thanks!

    All the best..

    Conor
    ceon

  2. #1722
    Join Date
    Jun 2006
    Posts
    566
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    yeah i never did the whole redirect thing before and tried to follow everything and i still get 404 error on my pages that i attempted to map.


    RewriteEngine On

    # ONLY rewrite URIs beginning with /home/www/gorillagear.ca/gorilla/
    RewriteCond %{REQUEST_URI} ^/home/www/gorillagear.ca/gorilla/ [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 admin directory
    RewriteCond %{REQUEST_URI} !^/home/www/gorillagear.ca/gorilla/benji [NC]
    # Don't rewrite editors directory
    RewriteCond %{REQUEST_URI} !^/home/www/gorillagear.ca/gorilla/editors [NC]
    # Don't rewrite cPanel directories
    RewriteCond %{REQUEST_URI} !/cpanel [NC]
    RewriteCond %{REQUEST_URI} !/frontend [NC]
    # Handle all other URIs using Zen Cart (index.php)
    RewriteRule .* /home/www/gorillagear.ca/gorilla/index.php?%{QUERY_STRING} [L]

    this is my 4th time trying to figure out how to have it work
    i already used the path /gorilla/ but that didn't work so i kept epanding that path
    www.gorillagear.ca = zencart v1.3.9h with 40+ mods

  3. #1723
    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 MB1 View Post
    this is my 4th time trying to figure out how to have it work
    i already used the path /gorilla/ but that didn't work so i kept epanding that path
    "Expanding the path" is completely wrong, rewrite conditions match the URI, the underlying filesystem is completely irrelevant, it is never compared against.

    Dump the htaccess file you have created and start again, following the instructions closely.

    Make sure you put the new .htaccess file in the "gorilla" folder of your site, not inside the root directory. Make sure any .htaccess file in the root directory doesn't clash.

    If you're still having trouble then I'd advise paying someone to help you troubleshoot your server!

    Hope that helps!

    All the best...

    Conor
    ceon

  4. #1724
    Join Date
    Jun 2006
    Posts
    566
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    ok i was confused which this "stores installed in a folder other than the root of the site the folder" for example my configure.php file pints to this location folder for the store /gorilla/ which is where test.gorillagear.ca is pointing to that folder. so i naturally followed the steps in step 2 of the documents configuration. as i must of misunderstood something.

    everything is working now i just followed the

    right now the site is running at test.gorillagear.ca

    when i go live to the regular URL how should i point all the old url to the new url so i don't loose out in google with certain
    www.gorillagear.ca = zencart v1.3.9h with 40+ mods

  5. #1725
    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 MB1 View Post
    ok i was confused which this "stores installed in a folder other than the root of the site the folder" for example my configure.php file pints to this location folder for the store /gorilla/ which is where test.gorillagear.ca is pointing to that folder. so i naturally followed the steps in step 2 of the documents configuration. as i must of misunderstood something.
    Yes, what you seem to have misunderstood is that your site *isn't* in a folder other than the root, it is in the root of test.gorillagear.ca. test.gorillagear.ca is a completely different address/site from www.gorillagear.ca

    Quote Originally Posted by MB1 View Post
    everything is working now
    Glad you have got things sorted.

    Quote Originally Posted by MB1 View Post
    when i go live to the regular URL how should i point all the old url to the new url so i don't loose out in google with certain
    I don't understand your question. Do you mean when "test.gorillagear.ca" becomes "www.gorillagear.ca"? If so you'd need some sort of rewrite rule to rewrite test.gorillagear.ca to www.gorillagear.ca

    If that is the case please start a new thread to ask for advice on that, it is nothing to do with the URI Mapping module and therefore it would be inappropriate to post the question here.

    All the best...

    Conor
    ceon

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

    Default Re: Ceon URI Mapping (SEO)

    Conor cannot answer this question here on this support forum as the rules of this forum prohibit the support or discussion of paid modules on the part of the module creator. The particular module you speak of will be a commercial module, and if you want more information on it, you will need to contact Conor via e-mail. (use the contact form on the Ceon website)

    Quote Originally Posted by bangsters View Post
    Hi.

    I was wondering, when will the auto generation of the URLs be released? We have too many products, that going through them one by one is not a viable solution.

    Please advice.

    Thanks
    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. #1727
    Join Date
    Mar 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Module is installed and accessible through the admin section. Added a URI manually to one of the EZ-Pages (about us page, id 1) and it broke the link. I can't even access it using the Zen-Cart dynamic URL when the URI is in place. I have to remove the URI before it shows up again. It gives me a 404 error so it's not a bad request or anything.

    Ideas? I feel that I am missing something...

    Information:

    Zen Cart 1.3.8a
    Database Patch Level: 1.3.8
    PHP Version 5.2.9-2
    Ceon URI Mapping Version: 3.2.4


    Any help is much appreciated!

  8. #1728
    Join Date
    Jun 2010
    Posts
    56
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by ed20 View Post
    Hi, Conor, I use Easy Populate to generate thousand of my products one time, if I use Ceon URI Mapping, does it means I have to update every products one by one? or do you have any ways to solve this problem when using Easy Populate mod?

    thanks for your kindness... i like your mod very much!
    I have the same question, Do I need to manually update every product after uploaded by EP?

    Thanks!

    Edit: oh, I see. need paid mod for this.

  9. #1729
    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 jgeesaman View Post
    I have to remove the URI before it shows up again. It gives me a 404 error so it's not a bad request or anything.
    If you have installed a htaccess file but have got the rewrite rule wrong in it you will get a 404 rather than a bad request error. Check over your rewrite rule, the problem is somewhere in it.

    Also, update to 3.6.3, you are using an old version.

    All the best..

    Conor
    ceon

  10. #1730
    Join Date
    Jul 2009
    Posts
    12
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    I am using Zen Cart 1.3.9d
    The only addons I have installed are Google Analytics and a Shopping Cart with Checkout button mod.

    I have uploaded all of the CEON Uri files, with the exception of:

    admin\includes\functions\extra functions\ceon_uri_mapping.php
    (causes white screen in admin)

    admin\categories.php
    (causes blank page when accessing edit mode in a category)

    What would cause this one file to break admin?

    Thanks,

    Josh

 

 

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