Page 15 of 24 FirstFirst ... 51314151617 ... LastLast
Results 141 to 150 of 2907

Hybrid View

  1. #1
    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 shazam_nz View Post
    Hello,

    Just wondering if theres been any update to this working with easy populate? I have a new store and populating it via EP, however theres roughly 4000 products and doing them one by one is out of the question :-)
    If you are referring to Ceon's URI Manager software, it's a commercial product, so don't look for any response from Conor on this forum with regards to it. Discussions of commercial products is frowned upon and doing so could get Conor suspended if he engaged in talks about his commercial offerings. My suggestion is to go to Conor's site and speak with him directly there with regards to the URI Manager..
    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.

  2. #2
    Join Date
    Feb 2007
    Posts
    513
    Plugin Contributions
    2

    Default Re: Ceon URI Mapping (SEO)

    Is there anything I need to do when I move servers to get this mod working again. Anyone have any ideas?

    Quote Originally Posted by vandiermen View Post
    Hello,

    I have been asked to help transfer www.petsavenue.com.au (with Ceon URI Mapping 3.2.3) to a new server.

    I don't know how to get the Rewrite Rule working. Its working on the current server; I just copied the database and files over to the new server and a 2nd testing server but the seo links go to blank pages or zecart Page Not Found pages
    http://pepe6420.staging-zeus.netregistry.net (netregistry)
    www.onlineshopdesign.net/pa_test (godaddy)

    I would think godaddy should work with RewriteEngine On. I had a look at the .htaccess file but I don't think I need to change this. Maybe I need to edit something else, or there's some thing I can added to .htaccess file to get it working? I will keep looking into it later.

  3. #3
    Join Date
    Oct 2005
    Posts
    116
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hi
    I have also stopped getting orders logged to my admin.
    I am using Zen Cart 1.3.8a with no upgrade recently
    I have been using Paypal IPN with no problems
    I did recently install sitemapxml on 4/9/10 and ceon uri mapping on 4/20/10 and first order that didn't log (but payment received) was 4/21/10
    I don't get a lot of orders yet and last order that logged was in March 2010
    I ran ipncheck.php but all it shows is my main page
    Thought maybe I should switch to Paypal express so I ran curltest.php but all it shows is my main page

    I checked "Excluded files" in the config and it says that /ipn_main_handler.php is in the list by default

    Website located at:
    http://santanoni.biz/

    Any thoughts would be greatly appreciated
    John

  4. #4
    Join Date
    Oct 2005
    Posts
    116
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Follow-up on previous post
    I did make the following change in the .htaccess Could that have caused the orders to not log?

    RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,4}$

    to:

    RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,4}$ [OR]
    RewriteCond %{REQUEST_URI} \.(html|htm|php)$ [NC]

    John

  5. #5
    Join Date
    Oct 2005
    Posts
    116
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    OK
    I found that the rewrite was the problem.
    I had changed as follows:

    RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,4}$
    to:
    RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,4}$ [OR]
    RewriteCond %{REQUEST_URI} \.(html|htm|php)$ [NC]

    I changed it back to basic:
    RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,4}$

    and it works fine.

    Not sure if:
    RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,4}$ [OR]
    RewriteCond %{REQUEST_URI} \.(html|htm)$ [NC]

    would work. I didn't take the time to find out. Maybe someone else has an answer to that.
    Hope this helps someone
    John

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

    Default Re: Ceon URI Mapping (SEO)

    Hi John,

    Quote Originally Posted by catach View Post
    Follow-up on previous post
    I did make the following change in the .htaccess Could that have caused the orders to not log?

    RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,4}$ [OR]
    RewriteCond %{REQUEST_URI} \.(html|htm|php)$ [NC]
    Yes, that would have made the main index.php file responsible for all PHP and HTML files.. which isn't something you'd want!

    Glad you've found the mistake and got things sorted now!

    All the best...

    Conor
    ceon

  7. #7
    Join Date
    Jun 2008
    Location
    Singapore, Australia, America
    Posts
    96
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    I am using 1.39a, and was trying out on Ceon URI Mapping.

    I have tried to create a test category with a test product, using the auto generated selection. When I tried to load that page, it doesn't load the product page, but only showing the homepage.

    In addition, I had all error pages redirected to pagenotfound.php before installing Ceon, after including the rewrite rule into the .htaccess, the error pages redirection doesn't work anymore.

    Has anyone encounter the new url not loading on the product page? I have more than a thousand products, so I don't want to change anything yet until I am able to get the test product to work, and able to log in as orders.

  8. #8
    Join Date
    Jun 2008
    Location
    Singapore, Australia, America
    Posts
    96
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Ok, I figured out that my error documents are not redirecting to pagenotfound.php because that it was directed to index.php instead. So that part is good now.

    I am just waiting to see if anyone also experience the new url not landing on the product page.

    Thanks

  9. #9
    Join Date
    Jul 2006
    Posts
    308
    Plugin Contributions
    0

    Default Ceon URI Mapping and SitemapXML

    Has anyone already written the code to integrate with the SitemapXML mod? Google Webmaster Tools indexed some of my URLs in the sitemap, but it has now giving an error that it has stopped following my URLs because of the 301 redirects. So I need to create the sitemap with the static URLs.

    I would imagine it's just a matter of doing some select queries on the sitemapxml tables. I'm just rusty and thought I'd check here before I get into it.

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

    Default Re: Ceon URI Mapping and SitemapXML

    Hi,

    Quote Originally Posted by fakeDecoy View Post
    Has anyone already written the code to integrate with the SitemapXML mod? Google Webmaster Tools indexed some of my URLs in the sitemap, but it has now giving an error that it has stopped following my URLs because of the 301 redirects. So I need to create the sitemap with the static URLs.
    Many stores are already using this just fine with Ceon URI Mapping. It is fully compatible with any store that only has one language.

    If you are getting redirects you need to change "Generate language_id for default language" to false.

    You should probably also change "Use Existing Files" to false (to save deleting the files to have them regenerated).

    In v4.0.0 these instructions will either be part of the installation procedure, or else I might update Sitemap XML to be compatible with the greatly enhanced language support Ceon URI Mapping adds to a store.

    All the best...

    Conor
    ceon

 

 
Page 15 of 24 FirstFirst ... 51314151617 ... 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