Page 28 of 291 FirstFirst ... 1826272829303878128 ... LastLast
Results 271 to 280 of 2907
  1. #271
    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 joomoo79 View Post
    I'm having a little problem with the mod... I guess I must have missed something along the way...

    which ends up as 404 not found.
    It looks like you don't have a rewrite rule added on your site. Please re-read the installation and configuration instructions and after completing the installation and configuration everything should be fine!

    All the best...

    Conor
    ceon

  2. #272
    Join Date
    May 2009
    Location
    Italy
    Posts
    19
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi Jeremy,



    I'm afraid that there are no automatic tools so you will have to do this manually. Sorry!

    All the best...

    Conor
    ceon
    Alright. My bad...

    Thanks for confirming...

    Off to work.

    Jeremy

  3. #273
    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 byoriginaldesign View Post
    define_main_page.php is part of the classic template, found in /includes/languages/english/html_includes/classic/define_main_page.php, and is one of the pages editable via the define pages editor.
    That isn't actually a Zen Cart page but a file that is loaded into another page (as you say, the index page).

    Therefore this problem isn't the one being caused by the URI mapping module.. it has no effect on the content of any page.

    You probably haven't put the condition in your rewrite rule which causes it only to rewrite URIs beginning with /cart:

    # ONLY rewrite URIs beginning with /cart/
    RewriteCond %{REQUEST_URI} ^/cart/.* [NC]

    If that's not it then what version of the module are you using? Your rewrite rule was very out of date (and broken).

    All the best...

    Conor
    ceon
    Last edited by conor; 28 May 2009 at 09:30 PM.

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

    Default Re: Auto-generation not taking

    Hi,

    Quote Originally Posted by doodlebee View Post
    and a quick update - following my suspicion - if I disable the Ceon contribution (set the "enable" to "0") then they all start working properly. So it's definitely this contribution - the suspicion is now validated. Any ideas as to why it's doing this?
    I'm afraid not. The only thing I can think of is some query string parameters aren't being passed properly after a redirect. I don't know why that would be and am afraid I won't be able to look this week, I've simply run out of time (as you can see by the fact that I'm still working at 9.30PM!).

    All the best...

    Conor
    ceon

  5. #275
    Join Date
    Apr 2009
    Posts
    84
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Well, although I would rather get an answer to what my problem was, I did just put a full redirect to /cart instead of an index define for the site, which fixes the issue I was having. I still would like the address not to show /cart, and know how/why it was bringing up the error 404 page instead of the page defined if you have a chance to look in to it.

    Thanks~
    Brian - Connecticut, US --- Using Zen 1.3.9g - Modified Classic Template
    Currently developing: http://www.printdealz.com
    Other Zen Pages: http://www.wholesale4realtors.com 1.3.8a

  6. #276
    Join Date
    Apr 2009
    Posts
    84
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Well, checking on Google Analytics, I found the more precise problem, but I'm still stumped on what's causing it. The site was redirecting to the site appropriately, but pulling data for the main page from /cart/cart/... for the data, so something is causing it to put an extra /cart in there, but I've been searching for anything for a few days now that would cause this, and I don't see it. Thought knowing more precisely might narrow it down, but for me I still can't figure out why. I put the site back to how it was with the error, because I'd rather find the real solution, than to just side-step it with the other redirect, for other users that may run in to it.
    Brian - Connecticut, US --- Using Zen 1.3.9g - Modified Classic Template
    Currently developing: http://www.printdealz.com
    Other Zen Pages: http://www.wholesale4realtors.com 1.3.8a

  7. #277
    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 byoriginaldesign View Post
    I put the site back to how it was with the error, because I'd rather find the real solution, than to just side-step it with the other redirect, for other users that may run in to it.
    I realise and appreciate that it must be frustrating but your problem doesn't happen on anyone else's site and I can't manually go into everyone's site to debug when they have a problem, I just don't have the time anymore. Sorry.

    The rewrite rule you posted though was definitely wrong.. you should base yours on an example rule from the latest version of the module, not an old one, maybe that'll fix things. Alternatively you should check what settings you have for DIR_WS_CATALOG in your configure.php file, it could be wrong.

    All the best...

    Conor
    ceon

  8. #278
    Join Date
    Apr 2009
    Posts
    84
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    The rewrite rule you posted though was definitely wrong.. you should base yours on an example rule from the latest version of the module, not an old one, maybe that'll fix things. Alternatively you should check what settings you have for DIR_WS_CATALOG in your configure.php file, it could be wrong.
    Thx 4 the suggestions, and I had tried everything suggested previously and again. I'm giving up, which I hate doing, and I'll just be using the redirect mentioned earlier to side-step the issue. Kudos on the app otherwise, seems to do the trick.
    Brian - Connecticut, US --- Using Zen 1.3.9g - Modified Classic Template
    Currently developing: http://www.printdealz.com
    Other Zen Pages: http://www.wholesale4realtors.com 1.3.8a

  9. #279
    Join Date
    Jul 2008
    Posts
    360
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    I'm having a problem after installing the software and manually editing a top level category, the first subcategory and a product, all I get is the index page!!!

    My store is in a subdirectory, so I read all the instructions and use this .htaccess file inside the subdir electronics:

    Code:
    RewriteEngine on
    
    # ONLY rewrite URIs beginning with /electronics/
    RewriteCond %{REQUEST_URI} ^/electronics/.* [NC]
    # Don't rewrite any URIs ending with a file extension (ending with .[xxxx])
    RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,4}$ [OR]
    RewriteCond %{REQUEST_URI} \.(html|htm|php)$ [NC]
    # Don't rewrite admin directory
    RewriteCond %{REQUEST_URI} !^/electronics/admin.* [NC]
    # Don't rewrite editors directory
    RewriteCond %{REQUEST_URI} !^/electronics/editors.* [NC]
    # Don't rewrite payment pages/callback handlers
    # (Won't be rewritten by rules above but included here in case rewriting of URIs ending in .php is added)
    RewriteCond %{REQUEST_URI} !^/electronics/cybersource.php.* [NC]
    RewriteCond %{REQUEST_URI} !^/electronics/ipn_main_handler.php.* [NC]
    RewriteCond %{REQUEST_URI} !^/electronics/iridium_3d_secure_iframe.php.* [NC]
    RewriteCond %{REQUEST_URI} !^/electronics/localities_remote_loader.php.* [NC]
    RewriteCond %{REQUEST_URI} !^/electronics/nochex_apc_handler.php.* [NC]
    RewriteCond %{REQUEST_URI} !^/electronics/protx_direct_3d_secure_iframe.php.* [NC]
    RewriteCond %{REQUEST_URI} !^/electronics/realex_remote_3d_secure_iframe.php.* [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]
    BTW I tried by modyfing RewriteRule (.*) index.php?%{QUERY_STRING} [L][/CODE] to:
    RewriteRule (.*) electronics/index.php?%{QUERY_STRING} [L][/CODE]

    and all got is a 500 error ...

    If I do as posted, then what happens when I click is the path is correctly displayed, but then the link just goes to the index page!

    Any ideas?
    My site is running on HTTP Server: Apache/1.3.35 (Unix) ApacheJServ/1.1.2 PHP/4.4.4 FrontPage/5.0.2.2635 Rewrit/1.1a

  10. #280
    Join Date
    Apr 2009
    Posts
    84
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    What's your site address? Also, is your site on a redirect, or are you clicking a link on a main site to enter the store?
    Brian - Connecticut, US --- Using Zen 1.3.9g - Modified Classic Template
    Currently developing: http://www.printdealz.com
    Other Zen Pages: http://www.wholesale4realtors.com 1.3.8a

 

 

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