Page 177 of 291 FirstFirst ... 77127167175176177178179187227277 ... LastLast
Results 1,761 to 1,770 of 2907
  1. #1761
    Join Date
    Jul 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    hi conor

    successfully installed ceon uri but have tried a lot but ceon uri are generated but all links give http 404 error mod_rewrite is enabled on apache and my .htacess file looks like

    RewriteEngine On

    # ONLY rewrite URIs beginning with /zen/
    RewriteCond %{REQUEST_URI} ^/zen/ [NC]
    # 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} !^/zen/admin [NC]
    # Don't rewrite editors directory
    RewriteCond %{REQUEST_URI} !^/zen/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]

    however when i disable ceon uri it works fine
    i doubt can i ever get it working tried searching the forum
    on similar problem but all efforts in vain

    can you please help me in this regard

  2. #1762
    Join Date
    Jul 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    tried changing rule for .htacess file to
    RewriteRule .* /zen/index.php?%{QUERY_STRING} [L]

    but result same http404 error

  3. #1763
    Join Date
    Jul 2010
    Posts
    24
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hello there,
    I just intstalled CEON module, and from the introducing information I find it great, but unfortunately I have one problem.
    I installed all the files there from the contribution - 3.6.3
    And when I go to Modules => URI Ceon... Nothing happens.
    So , this script doesn't create the necessary tables and I am not able to go ahead. I tried to change the permissions on the file, but that didn't help.
    Can anyone answer me how I can fix that problem.
    Thank you in advance.

  4. #1764
    Join Date
    Jul 2010
    Posts
    24
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    I forgot to say that I am running zen cart 1.3.9d, php5 , apache 2 and mysql -5.0.37

  5. #1765
    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 vasilics View Post
    And when I go to Modules => URI Ceon... Nothing happens.
    What do you mean? Please describe things in more detail.

    Quote Originally Posted by vasilics View Post
    I tried to change the permissions on the file, but that didn't help.
    No changes to any permissions are needed for the module.

    I'd guess you've simply not uploaded all the necessary files and are getting a PHP error of some sort on the config page. Try uploading ALL of the files again.

    All the best..

    Conor
    ceon

  6. #1766
    Join Date
    Jul 2010
    Posts
    24
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Well, when I go to Modules => URI ... it shows blank page.
    May be there some logs, that I can check for any errors. If it is so, please tell me where I could check(if you know)
    I believe it is a PHP error too, I just don't know how to find it.
    By the way I tried to upload the files again, and tomorrow I will try to upload them for the third time :)
    Hope everything will go well.

  7. #1767
    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 vasilics View Post
    Well, when I go to Modules => URI ... it shows blank page. May be there some logs, that I can check for any errors. If it is so, please tell me where I could check(if you know)
    I believe it is a PHP error too, I just don't know how to find it.
    Search the forums and you'll find the answer to this.. it's one of the main wiki entries for Zen Cart.

    Quote Originally Posted by vasilics View Post
    By the way I tried to upload the files again, and tomorrow I will try to upload them for the third time :)
    If it's not missing files then you have configured your admin/includes/configure.php file wrongly. Edit it and fix the setting for your DIR_FS_ADMIN definition.. I'm guessing you've changed the name of your admin folder but forgot to ste the path to the folder there.

    Hope that helps! If it does, you should still read up about the blank pages as it's important for someone managing a Zen Cart store to know about such things, managing Zen Cart needs someone who knows about PHP involved in the process.

    All the best..

    Conor
    ceon

  8. #1768
    Join Date
    Oct 2009
    Posts
    34
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Ive just set up the Ceon URI Mapping module, however now when i click on a product i get this error

    Not Found

    The requested URL /tdam/zen/Catagory-1/Product-3 was not found on this server.

    Anyone else had this issue/know a fix for it?

    Thanks

  9. #1769
    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 tomharto View Post
    The requested URL /tdam/zen/Catagory-1/Product-3 was not found on this server.

    Anyone else had this issue/know a fix for it?
    You need to add a rewrite rule for the site, most likely to a .htaccess file.

    Please read the instructions that come with the module and follow the configuration information/steps about creating a rewrite rule.

    All the best..

    Conor
    ceon

  10. #1770
    Join Date
    Jul 2010
    Posts
    24
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    I finally did it!
    I understood that I have placed some files in the wrong places, so they could not work.
    I am sorry to bother you conor, thank you very much.
    This is one great mod

 

 

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