Page 99 of 291 FirstFirst ... 4989979899100101109149199 ... LastLast
Results 981 to 990 of 2907
  1. #981
    Join Date
    Aug 2009
    Posts
    63
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hello DivaVocals and Conor,
    I try to change the code by myself, and now it display OK. but the only problem is now it doesn't use the CSS files,
    but it is OK for me, I don't know web page code, so I can't do it perfect.
    Thanks for your help, really appreciate.
    Regards,
    Alan

  2. #982
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by alan145 View Post
    Hello DivaVocals and Conor,
    I try to change the code by myself, and now it display OK. but the only problem is now it doesn't use the CSS files,
    but it is OK for me, I don't know web page code, so I can't do it perfect.
    Thanks for your help, really appreciate.
    Regards,
    Alan
    Alan, please take my advice here.. You REALLY need to start YOUR OWN THREAD if you want help with this.. At this point you have HIJACKED this thread with LOTS of posts that have NOTHING to do with supporting the Ceon SEO mod..

  3. #983
    Join Date
    Dec 2008
    Posts
    158
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Still trying on installing this addons in my website... but it seems so hard
    When I click a product/category that has a Ceon modified url I just get this:
    Quote:
    Not Found

    The requested URL /shop/ideeregalo was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.11 Server at alepia.ch Port 80
    What's the matter??

    Thanks for the help!
    www.alepia.ch Alepia suisse

  4. #984
    Join Date
    Jan 2008
    Location
    Perth. Australia
    Posts
    64
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Conor

    I think I have followed all the instructions as given and installed the .htaccess file as suggested. However I get an HTTP 404 - File not found message.

    The site is http://www.sealersdirect.com and I only have one category.
    This is a fresh install and the only module that has been installed is a google analytics module.
    I have put the exclude in as /includes/templates/classic/google_analytics/google_analytics.php

    However the problem still exists.

    I hope you are able to help.

    thanks.

    Stephen
    Stephen
    Jars Bottles Direct Trading as SS Croxson Enterprises Pty Ltd
    http://www.jarsbottlesdirect.com.au

  5. #985
    Join Date
    Sep 2009
    Posts
    186
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Was anyone able to get google checkout to work with this? if so what did you exclude?

  6. #986
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,557
    Plugin Contributions
    89

    Default Re: Ceon URI Mapping (SEO)

    I've got a fresh 1.38a+security+CSS drop-down menus store I'm working on. I installed the Ceon URI Mapping mod, along with the changes to my .htaccess file. I don't have any products yet, so I used phpMyAdmin to add a record to get the contact_us page 'renamed' (uri = /contact_us, lang_id = 1, current_uri = 1, main_page = contact_us).

    Code:
    #
    # Request PHP 5.0
    #
    AddType x-mapp-php5 .php
    AddHandler x-mapp-php5 .php
    #
    # Ensure the correct mime type is sent for the .htc file
    #
    AddType text/x-component .htc
    #
    # Add the www if it's missing ...
    #
    RewriteEngine On
    
    RewriteCond %{HTTP_HOST} ^mydomain.com$ [NC]
    
    RewriteRule ^(.*)$ http://www.mydomain.com/$1 [R=301,L]
    #
    # Added for Ceon URI Mapping add-on
    #
    # 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} !^/admin.* [NC]
    # Don't rewrite editors directory
    RewriteCond %{REQUEST_URI} !^/editors.* [NC]
    # Handle all other URIs using Zen Cart (index.php)
    RewriteRule (.*) index.php?%{QUERY_STRING} [L]
    #
    # Point 404 errors to the website-specific page
    #
    ErrorDocument 404 http://www.mydomain.com/index.php?main_page=page_not_found
    What's funny is that all accesses to my admin directory *ARE* being rewritten and all my store's accesses result in a 404. Any ideas?

  7. #987
    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 alepia View Post
    What's the matter??
    Get in contact via this address with FTP and admin details for your site and I'll take a quick look to see what you are doing wrong.

    All the best...

    Conor
    ceon

  8. #988
    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 lat9 View Post
    What's funny is that all accesses to my admin directory *ARE* being rewritten and all my store's accesses result in a 404. Any ideas?
    I'm afraid I don't have ideas, clearly the behaviour you have described makes little sense! It means that the rewriterule you have posted is not being used as expected.. otherwise the admin directory would of course be excluded.

    All the best...

    Conor
    ceon

  9. #989
    Join Date
    Nov 2009
    Posts
    11
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hi Conor,

    I must be suffering New Year blindness or something, but I can't find the section that enables me to rewrite the URLS for the core pages such as /index.php?main_page=shippinginfo

    I'm blithely looking around the acp for some handy box to type it into, as there is in the categories/products, and I'm guessing there's some other method by which to rewrite the core files.

    Either that or, as I said, it's New Year blindness and right under my nose, and I'm just not seeing it!

    Thanks in advance for your help!

    GG

  10. #990
    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 stecrox View Post
    However the problem still exists.
    Unfortunately that simply means you have done something wrong. I'd suggest going through the whole process again and checking your working.

    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