Viewing 15 replies - 1 through 15 (of 15 total)
  • have you upgraded wordpress to version 3.4?
    if yes, then set your permalink structure to default and save it, once it works, again set your permalink structure to custome

    Thread Starter yitbarek

    (@yitbarek)

    When i change permalink to default it works but when i change it to custom “/%category%/%postname%/” it doesnt work. What shall i do?
    Thanks Manoj.

    What happens if you use one of the other preset permalink structures?

    Thread Starter yitbarek

    (@yitbarek)

    It only works with default.

    Check with your hosts that mod_rewrite is running on your server.

    Thread Starter yitbarek

    (@yitbarek)

    i read on help, its enabled by default.

    Make sure that your .htaccess file doesn’t have 2 entries from the WordPress permalink structure updates.

    Thread Starter yitbarek

    (@yitbarek)

    I have connection problem to login to my justhost account. when i do i wil post later, or if there is any tip you can give me i will be happy, i am using woocommerce1.3.

    Thanks guys.

    Thread Starter yitbarek

    (@yitbarek)

    This what i got in my .htaccess file, i delete the 2 duplicate and there is no change.
    # 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

    # 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

    Reset your permalinks back to default and delete the .htaccess file. Then try setting up a custom structure again (use one of the presets) and check the contents of the .htaccess file.

    Thread Starter yitbarek

    (@yitbarek)

    I did that and its not working.

    What was/is in the .htaccess file?

    Thread Starter yitbarek

    (@yitbarek)

    This

    # 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

    In that case, contact your hosts. either mod_rewrite isn’t enabled or the .htaccess file isn’t being parsed correctly by the server.

    Thread Starter yitbarek

    (@yitbarek)

    Okey i will do that, but the navigation is not working only here https://www.ethiopianclothing.net/shop/ethiopian-womens-clothing/
    it works fine here https://www.ethiopianclothing.net/shop/

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘How to fix product page next and previous botton?’ is closed to new replies.