Page 1 of 2 12 LastLast
Results 1 to 10 of 2907

Hybrid View

  1. #1
    Join Date
    Dec 2007
    Posts
    102
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Thanks Conor

    Message sent

    Regards
    AfterHouR

  2. #2
    Join Date
    Dec 2007
    Posts
    102
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hi Conor
    I just thought I would have a look at the debug log and have found this

    PHP Parse error: syntax error, unexpected $end, expecting ')' in includes/functions/html_output.php on line 894

    Regards
    AfterHouR

  3. #3
    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

  4. #4
    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

  5. #5
    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.

  6. #6
    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

  7. #7
    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

  8. #8
    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.

  9. #9
    Join Date
    Jun 2008
    Posts
    59
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hi All,

    Thanks Conor for the awesome module. It works a treat.

    An SEO company has contacted me today and made me aware that www.domain.co.uk and www.domain.co.uk/index.php both work and therefore dilute my search engine ranking. (They also pointed out that domain.co.uk and www.domain.co.uk worked, but I've fixed that now).

    I can't seem to find a way to make www.domain.co.uk/index.php redirect to www.domain.co.uk/ in .htaccess. Is that possible with CEON? I searched this thread but couldn't find how to do this.

    Many thanks for your help

    Simon
    Last edited by simondale123; 7 Sep 2010 at 01:47 PM.

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

    Default Re: Ceon URI Mapping (SEO)

    Hi Simon,

    Quote Originally Posted by simondale123 View Post
    Thanks Conor for the awesome module. It works a treat.
    Glad you like it! :)

    Quote Originally Posted by simondale123 View Post
    An SEO company has contacted me
    An SEO company?

    There's LOTS of dodgy SEO companies out there out to make a quick buck. Get recommendations from people who have used any SEO company who contacts you before you ever use such a company. (Just a bit of helpul advice there!).

    Quote Originally Posted by simondale123 View Post
    www.domain.co.uk and www.domain.co.uk/index.php both work and therefore dilute my search engine ranking.
    Ceon URI Mapping makes www.domain.co.uk, www.domain.co.uk/index.php and www.domain.co.uk/index.php?main_page= and www.domain.co.uk/index.php?main_page=index all equal by redirecting (with a 301 Moved Permanently redirect) from any of those to www.domain.co.uk/

    At least, the latest version does.

    This means that to the search engines all four of those variations are the one page.. www.domain.co.uk/

    What evidence did this SEO company provide you with that your rankings were being "diluted"?

    Given what I've said above about how the module works, with its special handling of the various possible home page URIs, I would find it hard to believe that I've written things incorrectly.

    Quote Originally Posted by simondale123 View Post
    I can't seem to find a way to make www.domain.co.uk/index.php redirect to www.domain.co.uk/ in .htaccess.
    With the latest version of Ceon URI Mapping (and possibly the previous few versions, I can't remember offhand) this already happens without any need to modify the .htaccess file. Make sure you are using version 3.6.3!

    All the best...

    Conor
    ceon

 

 
Page 1 of 2 12 LastLast

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

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