Page 135 of 291 FirstFirst ... 3585125133134135136137145185235 ... LastLast
Results 1,341 to 1,350 of 2907
  1. #1341
    Join Date
    Jun 2008
    Posts
    32
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,



    Why did you put in a condition which says "don't rewrite anything"?

    Obviously that will mean that any URI with a mapping won't get mapped and will return a 404.

    Very strange thing of you to have done!

    Remove that silly line and things should be fine.

    Hope that helps!

    All the best..

    Conor
    ceon


    Sorry, I must have misunderstood the instructions. I'll try that.

    *Edit* That did it! Thanks!

  2. #1342
    Join Date
    Jun 2008
    Posts
    32
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    I have a new problem now.
    Now that I have the URI in place, it is making my store visible, but when you go to my homepage, it is automatically taking you to my store, but I dont want that as my homepage.

    I added the following:
    RewriteCond %{REQUEST_URI} /main.* [NC]

    That got my homepage back online, but then the URIs were broken.

    Any idea how to fix that?
    Last edited by Spartan; 13 Apr 2010 at 06:11 PM.

  3. #1343
    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 Spartan View Post
    Any idea how to fix that?
    If you don't want your home page to be the store then you must put your store in a subdirectory.

    If you do that then use the rewrite rule for a store in a subdirectory instead of the one for stores which are in the root directory. You can find out more about this by reading the configuration documentation.

    All the best..

    Conor
    ceon

  4. #1344
    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 Spartan View Post
    I have a new problem now.
    Now that I have the URI in place, it is making my store visible, but when you go to my homepage, it is automatically taking you to my store, but I dont want that as my homepage.

    I added the following:
    RewriteCond %{REQUEST_URI} /main.* [NC]

    That got my homepage back online, but then the URIs were broken.

    Any idea how to fix that?
    A little off topic here, but a suggestion is to use Zen Cart for your WHOLE site.. No need for a separate "home" page.. It will make configuring your .htaccess file much simpler, and long term maintenance of the site much easier..
    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.

  5. #1345
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,386
    Plugin Contributions
    94

    Default Re: Ceon URI Mapping (SEO)

    I'm in the process of creating a localhost version of my online site for some updates. The online site is working fine, but my localhost installation is driving me batty!

    I've installed XAMPP v1.7.1 on Windows 7, with the PHP files (save the configure.php's) and database contents copied over from the online version (1.38a base). The localhost store is installed in c:\xampp\store-1.38a and comes up (missing images as expected) if I disable Ceon URI Mappings via admin.

    I've got an entry in the database to redirect the index page to /home. When I enable the URI mappings, and go to localhost/store-1.38a, I'm redirected to localhost/home instead of localhost/store-1.38a/home.

    Here's a copy of the .htaccess file that's in c:\xampp\store-1.38a:

    Code:
     
    # Point 404 & 300 errors to the website-specific page
    ErrorDocument 404 /index.php?main_page=page_not_found
    ErrorDocument 300 /index.php?main_page=page_not_found
    
    # Don't show directory listings for URLs which map to a directory.
    Options -Indexes
    
    # Follow symbolic links in this directory.
    Options +FollowSymLinks
    
    #-------
    RewriteEngine On
    
    #
    # 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} !^/store-1.38a/admin.* [NC]
     
    # Don't rewrite editors directory
    RewriteCond %{REQUEST_URI} !^/store-1.38a/editors.* [NC]
    
    # Handle all other URIs using Zen Cart (index.php)
    RewriteRule (.*) /store-1.38a/index.php?%{QUERY_STRING} [L]
    I've tried the RewriteRule without the /store-1.38a/ prefix with no change in results.

    There's obviously something that I'm misinterpreting.

  6. #1346
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,386
    Plugin Contributions
    94

    Default Re: Ceon URI Mapping (SEO)

    There's magic that occurs from posting!

    First off, to correct my previous post, my store is installed in c:\xampp\htdocs\store-1.38a. Anyhow, moving the .htaccess file to c:\xampp\htdocs has brought my store to life.

  7. #1347
    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
    There's magic that occurs from posting!

    First off, to correct my previous post, my store is installed in c:\xampp\htdocs\store-1.38a. Anyhow, moving the .htaccess file to c:\xampp\htdocs has brought my store to life.
    Glad to hear that.. the less support I have to give the more time I have for development! :)

    Well done on getting it sorted!

    All the best..

    Conor
    ceon

  8. #1348
    Join Date
    Apr 2009
    Posts
    40
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Does anyone else get:

    HTTP Error: 301
    URLs not followed
    When we tested a sample of URLs from your Sitemap, we found that some URLs redirect to other locations. We recommend that your Sitemap contain URLs that point to the final destination (the redirect target) instead of redirecting to another URL.

    When they are submitting sitemap to google?

    Or does anyone know what can be done please?

  9. #1349
    Join Date
    Apr 2010
    Posts
    1
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    I installed the Ceon mapping software. Most of my categories
    have the auto generated URL's and the EZ pages also have
    the new URL's.

    But when I go to the admin and try to upload a
    product it switches to a dynamic URL. Any suggestions ?

    How can I get page2 /page3 etc on the left bar to be static URL,s

  10. #1350
    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 tommy123 View Post
    But when I go to the admin and try to upload a product it switches to a dynamic URL. Any suggestions ?
    You'll need to explain this since this mod only creates product URIs using the "auto generate" feature..

    Quote Originally Posted by tommy123 View Post
    How can I get page2 /page3 etc on the left bar to be static URL,s
    This is explained very well in the readme file that comes with this mod.. You might wanna take a read through it first...
    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.

 

 

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