Page 138 of 291 FirstFirst ... 3888128136137138139140148188238 ... LastLast
Results 1,371 to 1,380 of 2907
  1. #1371
    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

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

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

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

    Default Re: Ceon URI Mapping (SEO)

    Just a quick comment to say my site has been fixed by Conor.

    the files needed to be edited for "Zeus Web Server's", as they were made for Apache only.
    "Zeus Web Server's" are very uncommon.
    Last edited by vandiermen; 30 Apr 2010 at 02:01 AM.

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

    Default Re: Ceon URI Mapping (SEO)

    I should have wrote in the above post that hosting configuration needed changing and file update was made for "Zeus Web Server's", as Ceon URI Mapping (SEO) was made for Apache.

  6. #1376
    Join Date
    Oct 2008
    Location
    newcastle upon tyne (UK)
    Posts
    876
    Plugin Contributions
    2

    Default Re: Ceon URI Mapping (SEO)

    Hi Conor,

    how are you doing?... any better?

    Just a quicky,
    im rebuilding my main zc site this weekend. As you know im a fan of your URI mod... but im going to have a load of products that wil have several attributes..

    you know..

    boilersuit size,
    Company logo, (front, back, both)
    etc

    I have never had products with attributes before but I have read posts that URI rewriting doesn't work with products with lots of attributes... Will your revamped upgraded version have resolved this problem when released?

    Im just curious, it's not major problem if it doesn't.. im just asking so I can plan how im going to list products etc...

    Take it easy
    M

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

    Default Re: Ceon URI Mapping (SEO)

    Hi Martin,

    How are you?

    Quote Originally Posted by Shane78 View Post
    how are you doing?... any better?
    Not much unfortunately. Heading for my latest MRI in about 10 minutes, so will get a nice half hour rest. :)

    Quote Originally Posted by Shane78 View Post
    I have never had products with attributes before but I have read posts that URI rewriting doesn't work with products with lots of attributes... Will your revamped upgraded version have resolved this problem when released?
    There's no problem with attributes.. it's simply that any product with attributes is seen as the same product (as that is the way Zen Cart works, not having "Product Variant" support and with 2.0.0 non-existent!).

    To handle viewing of products with attributes which have already been added to the cart, the products_id must stay in the URI. There's a bug in the current version which breaks the format of this variable so that link between the cart back to the products page gets broken and it is this link which is fixed in the latest version of the software, 3.4.0. However, all other functionality (i.e. all the important stuff, like add to cart) works fine.

    Depending on how today goes I may get the chance to package the new version up and release it before you get working on the site.. can't promise anything though!

    At least you know now the new version's not essential for what you are doing - not having it won't affect how you do things, when you upgrade to 3.4.0 things will simply "work better". :)

    Hope that helps!

    All the best...

    Conor
    ceon

  8. #1378
    Join Date
    Oct 2008
    Location
    newcastle upon tyne (UK)
    Posts
    876
    Plugin Contributions
    2

    Default Re: Ceon URI Mapping (SEO)

    Cheers fella!

    they're weird those MRI machines... only had one scan before, very loud but strangely relaxing!.. until you need to scratch the end of your nose!..

    Dont worry about getting your update out this weekend... take the time to relax!!!

    Fingers crossed.. let us know how you get on!!!

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

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

 

 

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