• HI,

    I have two problem with the links
    1. after I change the product permalink to another one, the product page couldn’t be opened, and the link goes with double trailing slash to the product permalink I set before.

    2. when I used the filter product feature, the link leaked the index.php went with the home link, and showed 404 not found, If I add the index.php to the link, I work well.

Viewing 2 replies - 1 through 2 (of 2 total)
  • you have to change .htaccess file for correct url

    Thread Starter flyflyshi

    (@flyflyshi)

    The content of the .htaccess is below
    # 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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘product permalink’ is closed to new replies.