• Resolved penseelibre

    (@penseelibre)


    Hello,
    I have just installed woocommerce. When i want choice permakink as …/%postname%/ i get 404 on cart page, no on the others pages.
    If i leave …/?p=123/ it is ok. But no recommanded for SEO. (i precise i use wp since about 10 years).
    my htacess is

    SetEnv PHP_VER 5_4

    #langue caractere
    AddDefaultCharset UTF-8

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    how resolve that ? where i do mistake ?
    precision before i used wp e-commerce, it has some differents inconveniants (!), i am doing a new site e-commerce.
    http://www.artisanathai.fr/

    http://wordpress.org/extend/plugins/woocommerce/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter penseelibre

    (@penseelibre)

    i have justed all re-install.
    news tables wp and new tables woocommerce, and no else plugin
    permalink /%postname%/
    theme artificer, without change anything.

    the same : cart : 404 with this permalink

    Thread Starter penseelibre

    (@penseelibre)

    just an idea
    maybe i have to back to 2.0 to re-install ?

    Thread Starter penseelibre

    (@penseelibre)

    communication for somebody if it could be utile :

    after chearch in codex… i try something : put one number in slug.
    And it work. Number with minima 3 numbers before “cart” (“panier” in french so on my site)

    enjoy

    (french i do as i can in english)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Permalink : cart’ is closed to new replies.