Page 114 of 291 FirstFirst ... 1464104112113114115116124164214 ... LastLast
Results 1,131 to 1,140 of 2907
  1. #1131
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi Jay,

    Thanks for the nice comments!

    You have to enter URIs for the "other" Zen Cart pages using software like PHPMyAdmin. It's easy though and documentation on how to do this is provided with the module. The section you need is:

    "Specifying the current URI Mapping for any other Zen Cart page"

    Part 1 applies for the pages you've mentioned.

    All the best..

    Conor
    ceon

  2. #1132
    Join Date
    Jan 2010
    Posts
    90
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Cheers Conor,

    You know what I am like with all this, mentally challenged but you should be commended for your work on this

  3. #1133
    Join Date
    Sep 2009
    Posts
    186
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    No problem. I look forward to the new release. Thanks for all your work

  4. #1134
    Join Date
    Jul 2008
    Posts
    18
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hello,

    I'll first join everyone in thanking you for the hard work that you put in to make this excellent mod.

    Extremely easy to install (on test at least), and the functionality is awesome.

    I unfortunately am having an issue when I move to my live shop though. I'm going to assume it is an IIS problem due to the fact that my test env is apache. I do however have isaap rewrite installed on my iis server to make .htaccess work, which I am certain it is because I use it for 301 redirects already.

    Everything seems to be making it out of the html_output file correctly, because the URLs are changing. The issue is them redirecting... When a link (eg. http://www.mystore.com/blue-widgets that used to be index.php?main_page=index&cpath=1) is clicked the page will redirect to the home page. No 404 problems which makes me believe the htaccess rules are being recognized and maybe just not processed correctly.

    Perhaps there are alternate htaccess rules in this case.. I am kind of lost. Any help will be greatly appreciated

    Thanks again.

  5. #1135
    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 sdsprings View Post
    I'll first join everyone in thanking you for the hard work that you put in to make this excellent mod.
    Thanks, glad you like it! (especially the bit of it that does actually work with your desired server! :) ).

    Quote Originally Posted by sdsprings View Post
    Perhaps there are alternate htaccess rules in this case.. I am kind of lost. Any help will be greatly appreciated
    The problem as you have described it definitely means that the module is working fine and the server is simply not able to map the URIs to the central control script, Zen Cart's index.php (which then runs the URI Mapping software to process the URI via the ZC init system).

    I took a look at a tutorial there for Helicon ISAPI rewrite and it seems that it should be easy enough to get to grips with.

    I can't test it personally because I don't have a IIS server or the time to set one up to play with (although I will do someday, sounds interesting).. but the one thing that struck me straight off is that the names/formats of the environment variables in the rewrie conditions/rules are different.

    For example, instead of variables like %{REQUEST_URI} the format is more like User-Agent: (no percentage sign and breackets but the text and a colon).

    I don't really know if changing the format is all you need to do.

    As I said, I'ld be interested in looking into this someday ut just don't have the time at the minute.

    Hopefully my quick look and thoughts there mnight help steer you in a workable direction?!

    The other thought I had was for you to modify the init_ceon_uri_mapping.php file on your server to dump the contents of the $_SERVER['REQUEST_URI'] variable and see what your IIS server is setting there.. as it's the all essential variable for themodule.. itf it's not being set correctly then you would indeed more than likely just end up at the home page each time without any 404 (the behaviour you are experiencing).

    Hope that helps.. if you get this "fixed" please let us know the solution.

    All the best..

    Conor
    ceon
    [FONT=monospace][/FONT]

  6. #1136
    Join Date
    Jul 2008
    Posts
    18
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hey Conor,

    Thanks for the fast response. I was looking into the formatting but I'm not sure if that is the issue as I belive ISAPI_Rewrite is supposed to handle .htaccess the same way apache does.

    http://www.helicontech.com/isapi_rew...ewriteCond.htm

    Also,
    These are working for me...

    RewriteEngine on

    RewriteCond %{HTTPS} (on)?
    RewriteCond %{HTTP:Host} ^(?!www\.)(.+)$ [NC]
    RewriteCond %{REQUEST_URI} (.+)
    RewriteRule .? http(?%1s)://www.%2%3 [R=301,L]

    RewriteCond %{THE_REQUEST} ^.*/index.html
    RewriteRule ^(.*)index.html$ http://www.mysite.com/$1 [R=301,L]


    Is there any files that you could think of that I may have missed something on. I'm pretty certain (just as you are) that it's something with the server but figured it wouldn't hurt to ask.

    Thanks again Conor.

    ALSO -- ANYONE ELSE GET THIS TO WORK ON IIS AT ALL?

    IIS

  7. #1137
    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 sdsprings View Post
    Is there any files that you could think of that I may have missed something on. I'm pretty certain (just as you are) that it's something with the server but figured it wouldn't hurt to ask.
    I'll get in contact with you privately for FTP details as short of tracing what's happening on your server by adding debug output to init_ceon_uri_mapping.php there's nothing else I can think of.

    All the best..

    Conor
    ceon

  8. #1138
    Join Date
    Dec 2009
    Posts
    9
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Thanks for not only creating a solid light-weight mod but going above and beyond by offering support for bugs to your users.

    I know that it has been ages since this problem has come up (I read through the entire 114 pages!) but, here let me quote you..

    Quote Originally Posted by Conor
    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
    In the version 3.2.3 release you say..

    Quote Originally Posted by conor
    [BUGFIX] Pagination, sorting and filtering functionality wasn't working when browsing by manufacturer as the module was clearing the query string parameters used to control this functionality.
    I still have the problem in the 3.2.4 release. I have reinstalled the module and cleaned up my zen cart store, URL: http://biggrowhydro.com

    Nothing I do seems to fix the Pagination function when browsing by manufacturer nor when viewing a category.

    I would prefer to use the Ceon SEO mod over any of the other offering so I really hope that you and I can get to the bottom of this. Perhaps you could go over with me how you solved the bug initially?

    Thanks in advance,

    John

    Whoops, forgot something...

    The only other third party mods I have installed are easy populate and sitemap xml.
    Last edited by snaple; 12 Feb 2010 at 10:29 PM.

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

    Default Re: Ceon URI Mapping (SEO)

    Hi John,

    Thanks for the nice comments, glad you like the software!

    Quote Originally Posted by snaple View Post
    Nothing I do seems to fix the Pagination function when browsing by manufacturer nor when viewing a category.
    It was never broken for browsing by category so something must be up with the query string parameters on your site.

    The only page on your site I could see with a mapping was http://biggrowhydro.com/fluorescent-lighting-accessori (did you mean to drop off the "es"at the end??) and the filtering by manufacturer doesn't appear to be working on it (although there's not enough products to check the pagination I'd imagine it's not working either). I can't explain that other than to think you think you've uploaded the latest version's files but are in fact still using some files at least from an older version. I'd suggest reuploading the files again.

    One other thing.. you've spelt DVDs wrong on your site! It's not "DVD's" as you have it (DVD's what? What do the DVDs have? :) ).

    Hope that helps!

    All the best..

    Conor
    ceon

  10. #1140
    Join Date
    Dec 2009
    Posts
    9
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    It was never broken for browsing by category so something must be up with the query string parameters on your site.
    Where can I find the query string parameters?

    I turned off the URI mapping on the categories (minus the fluorescent lighting accessories because I missed it) because it rendered such a large percentage of the content inaccessible.

    Thanks for the grammar lesson. There have been over 20,000 hits and no one had pointed it out yet! haha. As for the dropped es after fluorescent-lighting-accessori, the auto generate did it. Perhaps a character max? I don't know. I have corrected it now.

    I have enabled URI mapping on the category "seeds" to show you the trouble I am having.

 

 

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