Viewing 5 replies - 1 through 5 (of 5 total)
  • hi,

    what version of the plugin are you using?

    Check your permalinks and rewrite rules. What have you configures in Admin -> Settings -> Permalinks -> Product Permalinks? This problem doesn’t seem related to this plugin.

    Regards,
    A

    Thread Starter zahidkaya

    (@zahidkaya)

    Version 0.28

    Product Permalinks
    Custom Base: /product

    can you share also your rewrite rules? Is very odd that your permalinks include “index.php”. this should not be visible at all.

    This is how mine look:

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

    (@zahidkaya)

    i had no .htaccess file on my root folder. i create one and pasted the code you gave and uploaded to my root folder. Now it works. Thank you =)

    Great you found the a solution.

    Please don’t forget to mark the thread as resolved.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘product permalink’ is closed to new replies.