Page 278 of 291 FirstFirst ... 178228268276277278279280288 ... LastLast
Results 2,771 to 2,780 of 2907
  1. #2771
    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 srlaird View Post
    Thank you for the quick response. I had read the document several times, but did not realize that I should begin with one of the two example rules for the .htaccess file (store in root or not root), then modify the rule for the renamed admin location. In my case zc_admin.

    Does exactly what we need now.
    Glad you like the software.

    For version 4.0.0 I'm adding an "example rewrite rule for your store" section to the configuration utility so people can copy and paste a rewrite rule into their .htaccess file.. hopefully that will help others avoid the problem you had.

    I've tried to make the documentation as easy as possible to follow but the length of this thread shows that I've failed somewhat in that regard.. hopefully I can begin to turn that around with v4.0.0... although it's taking weeks now and still not finished... hopefully soon :|

    All the best...

    Conor
    ceon

  2. #2772
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,


    Glad you like the software.

    For version 4.0.0 I'm adding an "example rewrite rule for your store" section to the configuration utility so people can copy and paste a rewrite rule into their .htaccess file.. hopefully that will help others avoid the problem you had.

    I've tried to make the documentation as easy as possible to follow but the length of this thread shows that I've failed somewhat in that regard.. hopefully I can begin to turn that around with v4.0.0... although it's taking weeks now and still not finished... hopefully soon :|

    All the best...

    Conor
    ceon

    I've tried to make the documentation as easy as possible to follow but the length of this thread shows that I've failed somewhat in that regard..
    No the documentation is the best I have seen on how to install a add on. People just don't read, or half read the documentation. They want it, and want it fast, and they half read how to install it.
    You have done a great job Conor keep up the good work.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  3. #2773
    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 countrycharm View Post
    No the documentation is the best I have seen on how to install a add on. People just don't read, or half read the documentation. They want it, and want it fast, and they half read how to install it.
    You have done a great job Conor keep up the good work.
    **nods in agreement**
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  4. #2774
    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 countrycharm View Post
    No the documentation is the best I have seen on how to install a add on. People just don't read, or half read the documentation. They want it, and want it fast, and they half read how to install it.
    You have done a great job Conor keep up the good work.
    That's very nice of you to say, thanks very much!

    I do feel that it could be better.. ideally if I had the time I'd create completely different versions of the documentation for different server setups, so there could be more of a "hold your hand and walk you through things" option for those that struggle to read the documentation as it is.

    v4.0.0 is easier to install and from that point always it'll be simple to upgrade so I'm getting somewhere.

    Back to programming then... :)

    All the best...

    Conor
    ceon

  5. #2775
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Not sure what I have missed, but when I click within admin
    'modules'...Ceon URI Mapping (SEO) config' I get page not found

    Its wanting to go to 'FILENAME_CEON_URI_MAPPING_CONFIG.php'

    Whats missing? Should I have changed some text somewhere to point to the right file??

    Thanks

  6. #2776
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    I have checked all files are there and in the right place, three times now...this file is there

    admin/includes/extra_datafiles/ceon_uri_mapping_filenames.php

    so it can't be that..do i need to do something with the htaccess file??

    I've been using Filezilla for FTP and I've never had a problem with this before..

    any ideas??

    Thanks

    ps the instructions are geat for this module..(have to agree with the person above)...very suprised I missed something..I have plodded slowly through this and so I'm suprised it's not working for me..

  7. #2777
    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 pb4 View Post
    I have checked all files are there and in the right place, three times now...this file is there

    admin/includes/extra_datafiles/ceon_uri_mapping_filenames.php

    so it can't be that..do i need to do something with the htaccess file??
    Is your store's admin called "admin"?

    And is the file definitely in the YOUR-ADMIN/includes/extra_datafiles/ folder?

    If so, re-upload it.. the ONLY way to get the error message you are having is if the above file is missing.

    FTP software often does mess up when uploading so it wouldn't surprise me if that's what has happened.

    Hope that helps.

    All the best...

    Conor
    ceon

  8. #2778
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    My Stores admin isn't called admin...just didn't want to put it on the forum..what have I done wrong?

    thenameofmyadmin/includes/extra_datafiles/ceon_uri_mapping_filenames.php

    Thanks for your quick response

  9. #2779
    Join Date
    Nov 2010
    Posts
    53
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hi all,
    I have just installed this add-on and have read all the instructions from top to bottom but it seems I am still having problems with the htaccess file, copy of my htaccess log shown below:

    Code:
    RewriteEngine On
    
    RewriteCond %{HTTP_HOST}     ^nameyourgift.ie$ [NC]
    RewriteRule ^(.*)$ http://www.nameyourgift.ie/$1 [R=301,L]
    
    # Don't rewrite any URIs ending with a file extension (ending with .[xxxxx])
    RewriteCond %{REQUEST_URI} !\.[a-z]{2,5}$ [NC]
    # Don't rewrite admin directory
    RewriteCond %{REQUEST_URI} !^/MYADMINFOLDER [NC]
    # Don't rewrite editors directory
    RewriteCond %{REQUEST_URI} !^/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]
    
    
    <FilesMatch ".*\.(js|JS|css|CSS|jpg|JPG|gif|GIF|png|PNG|swf|SWF|xsl|XSL)$">
      Order Allow,Deny
      Allow from all
    </FilesMatch>
    
    IndexIgnore */*
    I have tried various combinations of the above code but without success. At the moment I have removed the last RewriteRule (i.e. index.php) as when its included I get "Unable to display page". My site is working fine, just can't get the Static URI working! btw the first redirect rule i.e. redirecting non www to www address is working fine. I appreciate any insight of what I could be doing wrong.
    Thanks
    Rebelman

  10. #2780
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Still not working...I have an htaccess file...should I have added something to this file for this module?

    Any help?

    Thanks

 

 

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