Page 120 of 291 FirstFirst ... 2070110118119120121122130170220 ... LastLast
Results 1,191 to 1,200 of 2907
  1. #1191
    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 giftpackaging View Post
    Hi Conor,


    After installing the module, the main content doesn't show up, displays a zencart 404 page. Everything else is ok.

    www.giftpackaging.com.au - 404 on front/main page
    www.giftpackaging.com.au/shop/ - works

    Michael
    The first question I would ask is why do you have your shop configured in this way?? Is Zen Cart in both the root directory AND in a sub directory??

    I think a great deal of your problem is in how your store is configured..

  2. #1192
    Join Date
    May 2009
    Posts
    22
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,



    Sorry but I don't know why that would be. There may be something wrong in your .htaccess file. Are you sure you have limited the rewrites to the shop directory?

    All the best...

    Conor
    ceon

    In the /shop/ directory there wasn't a .htaccess file, so I created one with below:

    (although below admin is actually changed to another folder, i haven't written it below)

    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 .[xxxx])
    RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,4}$
    # Don't rewrite admin directory
    RewriteCond %{REQUEST_URI} !^/shop/newadminfolder.* [NC]
    # Don't rewrite editors directory
    RewriteCond %{REQUEST_URI} !^/shop/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 (.*) index.php?%{QUERY_STRING} [L]

  3. #1193
    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 giftpackaging View Post
    In the /shop/ directory there wasn't a .htaccess file, so I created one with below:
    That .htaccess file is fine.

    What isn't is that you have your shop in the /shop directory but you are also trying to have / as the shop.. I don't know how you've done that but as DivaVocals says, why would you want the home page of your shop to be BOTH / and /shop ?

    You'll need to rework your site so that / isn't your shop.

    Or to redirect / to /shop

    Or to move your store from /shop to /

    That'll be you sorted then.

    All the best...

    Conor
    ceon

  4. #1194
    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 conor View Post
    Hi,



    That .htaccess file is fine.

    What isn't is that you have your shop in the /shop directory but you are also trying to have / as the shop.. I don't know how you've done that but as DivaVocals says, why would you want the home page of your shop to be BOTH / and /shop ?

    You'll need to rework your site so that / isn't your shop.

    Or to redirect / to /shop

    Or to move your store from /shop to /

    That'll be you sorted then.

    All the best...

    Conor
    ceon
    My suggestion is to move the whole daggone thing to the root directory.. If the shop IS the SITE, then the whole thing needs to be in the root PERIOD.. There is no need for a /shop directory

  5. #1195
    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 DivaVocals View Post
    My suggestion is to move the whole daggone thing to the root directory.. If the shop IS the SITE, then the whole thing needs to be in the root PERIOD.. There is no need for a /shop directory
    I agree with that! :)

    All the best...

    Conor
    ceon

  6. #1196
    Join Date
    Dec 2008
    Posts
    21
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hello Conor!

    I have exacly the same problem mentioned here:
    http://www.zen-cart.com/forum/showpo...&postcount=849

    How did you solve that?

    We are using version: 3.2.4
    In our case the language switch worked fine for several weeks and since some hour ago we have this phenomenon and only with one category.
    The language switchs with all the other categories and languages work fine.

    Thank you!

    sieg01

  7. #1197
    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 sieg01 View Post
    The language switchs with all the other categories and languages work fine.
    I mentioned this in a previous post but this thread's so long now it's hard to find things! I'll probably start a new thread after the next release...

    Basically I've rewritten the language support for the next version of the module. I'll release the new version whenever I can get the time to package it up.

    All the best...

    Conor
    ceon
    Last edited by conor; 1 Mar 2010 at 01:24 PM.

  8. #1198
    Join Date
    Mar 2010
    Posts
    3
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hello,

    My Zen cart version is 1.3.8a, and use this module ceon uri mapping seo, everything is fine, I saw my EZ-page is successfully to change in short name, but also broking links!

    Is this problem relative to the "Rewrite on problem" , Any person can help!

    Thank you
    ######## Leung

  9. #1199
    Join Date
    May 2009
    Location
    Melbourne, Australia
    Posts
    46
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hey Conor,
    Thanks for creating this module!!
    I have uploaded everything and it is in my modukle section in the admin, so thats all OK.
    I am going through the set up procedure and am stuck on altering the htaccess files.

    I am hosted with yahoo and they dont let htaccess files up on the site.
    So when it comes to adding re-write. I have no idea what to do.
    I spent all day working out how to dowlnload Apache so that is done. Is there any way you can help me sort this. I am assuming tha I HAVE TO RE-WRITE

    cheers
    Renate

  10. #1200
    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 thevagr1 View Post
    I am hosted with yahoo and they dont let htaccess files up on the site.
    Glad you like the software!

    To use the module you *must* be able to modify your VirtualHost directive *or* add the rules to a .htaccess file.

    If your hosting doesn't support either of those technologies you *must* move hosts!

    It's worth the effort to move if your host is so basic you don't have access to either of the above!

    Hope that helps!

    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