Page 31 of 291 FirstFirst ... 2129303132334181131 ... LastLast
Results 301 to 310 of 2907
  1. #301
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi Paul,

    Quote Originally Posted by Paul27 View Post
    Thank you for the quick response.
    Your suggestion did the work. Seems to be fine now.
    Thought it would. I'm glad you're up and running now. I'd find out who did this if I was you though or it's likely to happen again or to have broken something else.

    All the best...

    Conor
    ceon

  2. #302

    Default Re: Ceon URI Mapping (SEO)

    Hi Conor,
    Thanks for the great mod! I have an issue when viewing products by manufacturer (brands).

    The sort and alpha filters, and the page 2, 3, 4 etc links are not working.

    I've tried solving this myself, but to no avail. Can you please take a look and let me know if there is any way I can solve this?

    TIA!

    This is the client's draft site...
    www.hairproductsonline.co.nz/shop/

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

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    The pagination worked fine on your site for me. As did filtering by manufacturer.

    The alpha filter did not work though.

    The alpha filter works fine with rewritten URIs on all of my test sites so I'm afraid I don't think this is a problem with the URI Mapping software. You should debug the filters and see what they are doing.. the URIs being generated on your site are perfect - all the get parameters are being correctly appended to the URI - and should work fine.

    Sorry I can't be more help than that!

    All the best...

    Conor
    ceon

  4. #304
    Join Date
    Oct 2008
    Posts
    8
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    I can use ceon addon module perfectly on my localhost with .htaccess copied from configure doc.

    However, I ran into trouble when I use the same .htaccess file to my addon domain on lunarpages server. www.myfirstsite.com use another ultimate module for clean url, www.mysecondsite.com point to mysecondsite.myfirstsite.com, and I install seon module on it, both sites Zen Cart are installed in root directory, I can see seon module worked, because I have clean url, however, a page error, can't befound always show up.

    I see previous post, one guy modify the .htaccess in parent website to suit the sub domain, I don't think this make sense because I think .htaccess files are organized in diffent directory to manage to rewrite rules for that directory. Can you help? Thanks in advance.
    Buy cheap electronics at wholesale price! www.580mall.com

  5. #305
    Join Date
    Oct 2008
    Posts
    8
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    I find out that the ultimate seo module of my primary domain uses a .htaccess file which conflict with ceon module .htaccess which my addon domain uses.

    When I deleted my primary domain .htaccess file, and directly copy ceon sample .htaccess file to addon sub domain root directory, ceon works perfectly, so the question is now how to make .htaccess file on primary domain that ultimate seo module uses don't affect addon domain behavior.

    I'll post my solution if I can find.:-)
    Buy cheap electronics at wholesale price! www.580mall.com

  6. #306
    Join Date
    Oct 2008
    Posts
    8
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    solved! the ultimate seo module htaccess somehow use following lines:
    #Options +FollowSymLinks
    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^yourwebsite\.com
    RewriteRule ^(.*)$ http://www.yourwebsite.com/$1 [R=permanent,L]


    My htaccess file seems miss the '#' symbole before 'Options', so after I comment this line out, everything works fine. One thing still make me curious, it works perfectly with firefox and opera, but with IE, your key word will always be following be '?zenid=xxxxxxxx', don't know how to remove it!:-)
    Buy cheap electronics at wholesale price! www.580mall.com

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

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Glad you like the module and you've sorted your htaccess file out.

    [quote=goldknight;739690but with IE, your key word will always be following be '?zenid=xxxxxxxx', don't know how to remove it!:-)[/quote]

    This may be something to do with cookies. It is important that the zenid is added if the browser doesn't provide it as otherwise the session functionality of Zen Cart won't work.

    For the record, IE7 here doesn't add it when I visit ZC sites, so you should check out your browser's configuration (what to do exactly I'm not sure I'm afraid, I'm not an IE expert).

    All the best...

    Conor
    ceon

  8. #308

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,

    The pagination worked fine on your site for me. As did filtering by manufacturer.

    The alpha filter did not work though.

    The alpha filter works fine with rewritten URIs on all of my test sites so I'm afraid I don't think this is a problem with the URI Mapping software. You should debug the filters and see what they are doing.. the URIs being generated on your site are perfect - all the get parameters are being correctly appended to the URI - and should work fine.

    Sorry I can't be more help than that!

    All the best...

    Conor
    ceon
    Okay, I installed your mod on a clean fresh installation of 1.3.8a and I'm still having the same issue with pagination when viewing by manufacturers.

    I've tested on IE, FF, Safari & Google Chrome, and it's all the same. How can it work correctly for you, and yet it doesn't for myself and others who have tried it?

  9. #309
    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 nsanford View Post
    Okay, I installed your mod on a clean fresh installation of 1.3.8a and I'm still having the same issue with pagination when viewing by manufacturers.

    I've tested on IE, FF, Safari & Google Chrome, and it's all the same. How can it work correctly for you, and yet it doesn't for myself and others who have tried it?
    Actually, you're right. I was viewing your site by browsing all products and filtering by manufacturer. It would appear that when browsing by manufacturer the pagination does indeed fail. Sorry, my mistake, read your post wrong!

    I'll take a look at this. I'm snowed under with development work for websites at the minute so it could be few weeks before I get a chance.

    All the best...

    Conor
    ceon

  10. #310
    Join Date
    Apr 2007
    Location
    Herts. UK
    Posts
    890
    Plugin Contributions
    4

    Default Re: Ceon URI Mapping (SEO)

    Hi Conor,

    I'm using v3.2.2 and everything is working fine except for one small issue. The store is installed in the root directory. Adding parameters onto the URI for the root causes a 404 error, though parameters work elsewhere in the store.

    Going to...
    http://www.example.com/
    ...works fine but going to...
    http://www.example.com/?utm_source=news
    ...triggers a 404 error.

    Using...
    http://www.example.com/index.php?utm_source=news
    ...also generates a 404 but using...
    http://www.example.com/index.php?main_page=index&utm_source=news
    ...works fine.

    Regards,
    Christian.

 

 

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