• Hello !

    I’m having a strange problem with permalinks πŸ˜‰ when i use %postname% or %post_id% as a structure of my permalinks on the main page of my store the “next page” displays nothing found.

    But when i go into any category it works fine, only the main page doesnt work.
    However, If i use the defoult permalinks such as “http://raskon.pl/?p=123”
    The whole website is working fine πŸ˜‰

    Ive been trying to change a little of httcaccess file but i dont know how πŸ˜‰ First time doing this. My .httc looks that

    # 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

    Could you help me πŸ˜‰ ? Oh and the website is http://www.raskon.pl/sklep

Viewing 16 replies (of 16 total)
  • Thread Starter Matys1001

    (@matys1001)

    Hmmm the whole thing is in the redirect πŸ˜‰ when i hover on page 2 it displays raskon.pl/sklep/page/2 after clik its raskon.pl/sklep/2 xD the ‘page’ disappeard πŸ˜‰ have any idea how to hange that xD ?

Viewing 16 replies (of 16 total)

The topic ‘Permalinks problem’ is closed to new replies.