New Landing How can we help? Themeforest Theme Support Neighborhood Detailed Product Page Alterations

Viewing 3 posts - 16 through 18 (of 18 total)
  • #307566
    David Martin – Support
    Moderator
    Post count: 20834

    If you do not have a multisite, you need:

    # 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
    #309061
    10foldDigital
    Member
    Post count: 86

    Hi,

    I replaced the HTAccess file with below that you sent, but the links have broken again.

    Thanks

    # 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

    #309069
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    the problem seems to be only in the products, can you update the Woocommerce to the latest version?
    Thanks

    -Rui

Viewing 3 posts - 16 through 18 (of 18 total)

You must be logged in to reply to this topic.